shithub: aubio

Download patch

ref: bd183b3e190524d5fbbba2d8e09995a0fa848e42
parent: e6255799f5773036049a872845d63dc995a4e69c
parent: a59ecb7345f758e5388ff14a2fc1c68eb63cec09
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 13:02:49 EDT 2020

Merge branch 'master' into feature/timestretch

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