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:
@@ -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
|
||||
|
Reference in New Issue
Block a user