aglsetup: exit with error if fragment script fails
[AGL/meta-agl.git] / scripts / .aglsetup_genconfig.bash
index 48af0fb..d4f3ba8 100755 (executable)
@@ -213,7 +213,7 @@ function append_fragment() {
 function execute_setup() {
        script=$1
        debug "Executing script $script"
-       opts=
+       opts="-e"
        [[ $DEBUG == 1 ]] && opts="$opts -x"
        pushd $BUILDDIR &>/dev/null
                $BASH $opts $script \