From 3239359bd1bdf065cce4f965b3d85b39f800abbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Mileti=C4=87?= Date: Mon, 30 Jun 2025 10:17:18 +0200 Subject: [PATCH] scripts : make the shell scripts cross-platform (llama/14341) --- scripts/gen-authors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen-authors.sh b/scripts/gen-authors.sh index 3ef8391c..73e7b386 100755 --- a/scripts/gen-authors.sh +++ b/scripts/gen-authors.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash printf "# date: $(date)\n" > AUTHORS printf "# this file is auto-generated by scripts/gen-authors.sh\n\n" >> AUTHORS