From 9ac60fe9228aa67fb5710a5c62ba20e5415ed99c Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Wed, 27 Mar 2019 15:38:22 +0100 Subject: [PATCH] Tweak build-all.sh to run with bash 3.2 The ;& statement is supported in 4.0 or higher, which is not natively provided on macOS. --- deploy/build-all.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/build-all.sh b/deploy/build-all.sh index 557b11a..5947e42 100755 --- a/deploy/build-all.sh +++ b/deploy/build-all.sh @@ -16,7 +16,9 @@ case "$(basename "$0")" in pushd "$ROOT/docker/3_buildwheels" ./build.sh popd - ;& + pushd "$ROOT/docker/4_run" + ./build.sh + ;; build-quick.sh) pushd "$ROOT/docker/4_run" ./build.sh