Added -e flag to bash build.sh

We want audible fails
This commit is contained in:
Roddy Rappaport 2024-12-12 00:56:45 +02:00
parent c86f506e90
commit ff0d3ad28f

View File

@ -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.
#