diff --git a/compile_macosx.sh b/compile_macosx.sh index 10fcfcb..2239747 100755 --- a/compile_macosx.sh +++ b/compile_macosx.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e if [ $# -lt 2 ] || [ $# -eq 3 ] then diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index 2767198..65e6f71 100644 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -1,5 +1,4 @@ #!/bin/bash -set -e # Determine architecture echo "Building for architecture $TARGETARCH"