From cfc51c4a6615df64ed6a720c33eea483cde7bc9f Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Mon, 22 Nov 2021 11:00:53 +0100 Subject: [PATCH] Fail on build step error on linux --- compile_macosx.sh | 1 - scripts/run_linux.sh | 1 - 2 files changed, 2 deletions(-) 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"