ref: 87cd03a1810054c020a57f01ce412b564f8b7a66
parent: 9f735387729066a4e5a2723e8c1462d472e6e18b
parent: 701999c52664ee95e4039eca9cedb89d68afd6d7
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 10:20:39 EDT 2020
Merge branch 'fix-shebang', thanks to @katyo
--- a/scripts/build_android
+++ b/scripts/build_android
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
set -e
set -x
--- a/scripts/build_emscripten
+++ b/scripts/build_emscripten
@@ -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; }
--- a/scripts/build_mingw
+++ b/scripts/build_mingw
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
# This script cross compiles aubio for windows using mingw, four times:
#
--- a/scripts/get_waf.sh
+++ b/scripts/get_waf.sh
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
set -e
#set -x