Fixed shebangs in scripts
authorK <kayo@illumium.org>
Thu, 23 Jan 2020 11:39:59 +0000 (16:39 +0500)
committerK <kayo@illumium.org>
Thu, 23 Jan 2020 11:39:59 +0000 (16:39 +0500)
scripts/build_android
scripts/build_emscripten
scripts/build_mingw
scripts/get_waf.sh

index e1e790c..37cfd35 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
 
 set -e
 set -x
index dd24cbc..87d2f64 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
 
 function checkprog() {
   type $1 >/dev/null 2>&1 || { echo >&2 "$1 required but not found, aborting."; exit 1; }
index b0a0d5a..f68a0ef 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
 
 # This script cross compiles aubio for windows using mingw, four times:
 #
index c60f966..1bcc10d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
 
 set -e
 #set -x