MACOSX: Add missing shebang

This commit is contained in:
Le Philousophe
2020-11-21 11:59:37 +00:00
parent 4858db5b48
commit 148102fb27
@@ -1,3 +1,5 @@
#! /bin/sh
PACKAGE_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
HELPERS_DIR=$PACKAGE_DIR/../..
. $HELPERS_DIR/functions.sh