diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-08-17 21:36:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-08-17 21:44:31 -0700 |
commit | 04d8d7cb13286d763b0078c53e3671352c94b1c6 (patch) | |
tree | 2c3ea3e81a7ab069cd84a594efee3192cf1d2550 /scripts | |
parent | 925fd8d4c1e18ecc5d4826fc70c16635f6fbf048 (diff) | |
download | subsurface-04d8d7cb13286d763b0078c53e3671352c94b1c6.tar.gz |
scripts: run all scripts with -e
Run all scripts with -e so they exit as soon as something breaks. That
way the build stops at the first error, not some other error.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index 02f109556..65bbcfb79 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -e # # this should be run from the src directory, the layout is supposed to # look like this: |