Skip to content

Commit

Permalink
Added -e flag to bash build.sh
Browse files Browse the repository at this point in the history
We want audible fails
  • Loading branch information
roddyrap committed Dec 21, 2024
1 parent 2454257 commit 96e99ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/compilation/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down

0 comments on commit 96e99ad

Please sign in to comment.