From 148102fb27545fa50e0e0bd9cf66edae3be5d8a2 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 21 Nov 2020 11:59:37 +0000 Subject: [PATCH] MACOSX: Add missing shebang --- toolchains/macosx-common/packages/libsdl2/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolchains/macosx-common/packages/libsdl2/build.sh b/toolchains/macosx-common/packages/libsdl2/build.sh index 2800a0e..72fc29c 100755 --- a/toolchains/macosx-common/packages/libsdl2/build.sh +++ b/toolchains/macosx-common/packages/libsdl2/build.sh @@ -1,3 +1,5 @@ +#! /bin/sh + PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd) HELPERS_DIR=$PACKAGE_DIR/../.. . $HELPERS_DIR/functions.sh