From ff0d3ad28ff26ceef57cb9d634eb98136fb08b53 Mon Sep 17 00:00:00 2001 From: Roddy Rappaport Date: Thu, 12 Dec 2024 00:56:45 +0200 Subject: [PATCH] Added -e flag to bash build.sh We want audible fails --- src/compilation/build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compilation/build.sh b/src/compilation/build.sh index 506510a..b5bb48b 100755 --- a/src/compilation/build.sh +++ b/src/compilation/build.sh @@ -4,6 +4,9 @@ script_dir=$(dirname "$0") source "$script_dir/utils.sh" +# Don't want random unknown things to fail in the build procecss! +set -e + function set_compliation_variables() { # Set compilation variables such as which compiler to use. #