Skip to content

Commit a0e8156

Browse files
committed
Added -e flag to bash build.sh
We want audible fails
1 parent e21298d commit a0e8156

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/compilation/build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
script_dir=$(dirname "$0")
55
source "$script_dir/utils.sh"
66

7+
# Don't want random unknown things to fail in the build procecss!
8+
set -e
9+
710
function set_compliation_variables() {
811
# Set compilation variables such as which compiler to use.
912
#

0 commit comments

Comments
 (0)