shithub: aubio

Download patch

ref: a59ecb7345f758e5388ff14a2fc1c68eb63cec09
parent: 9c730b54548644bfaa9c7b780311baebc1d5940e
parent: 87cd03a1810054c020a57f01ce412b564f8b7a66
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 11:45:50 EDT 2020

Merge branch 'fix/shebangs'

--- 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