]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
scripts : make the shell scripts cross-platform (llama/14341)
authorVedran Miletić <redacted>
Mon, 30 Jun 2025 08:17:18 +0000 (10:17 +0200)
committerGeorgi Gerganov <redacted>
Tue, 1 Jul 2025 08:52:14 +0000 (11:52 +0300)
scripts/gen-authors.sh

index 3ef8391cc9c688379e59665c8564982139feb6e2..73e7b386f97f2a77f500146e4b9f47d01836ff00 100755 (executable)
@@ -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