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.
This commit is contained in:
2019-03-27 15:38:22 +01:00
parent 2f78f36f61
commit 9ac60fe922

View File

@@ -16,7 +16,9 @@ case "$(basename "$0")" in
pushd "$ROOT/docker/3_buildwheels" pushd "$ROOT/docker/3_buildwheels"
./build.sh ./build.sh
popd popd
;& pushd "$ROOT/docker/4_run"
./build.sh
;;
build-quick.sh) build-quick.sh)
pushd "$ROOT/docker/4_run" pushd "$ROOT/docker/4_run"
./build.sh ./build.sh