Added -e flag to bash build.sh
We want audible fails
This commit is contained in:
parent
c86f506e90
commit
ff0d3ad28f
@ -4,6 +4,9 @@
|
|||||||
script_dir=$(dirname "$0")
|
script_dir=$(dirname "$0")
|
||||||
source "$script_dir/utils.sh"
|
source "$script_dir/utils.sh"
|
||||||
|
|
||||||
|
# Don't want random unknown things to fail in the build procecss!
|
||||||
|
set -e
|
||||||
|
|
||||||
function set_compliation_variables() {
|
function set_compliation_variables() {
|
||||||
# Set compilation variables such as which compiler to use.
|
# Set compilation variables such as which compiler to use.
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user