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>
This commit is contained in:
Anton Lundin 2016-08-17 21:36:50 +02:00 committed by Dirk Hohndel
parent 925fd8d4c1
commit 04d8d7cb13
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
# #
# Author(s): Guillaume GARDET <guillaume.gardet@free.fr> # Author(s): Guillaume GARDET <guillaume.gardet@free.fr>
# #

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
# #
# Author(s): Guillaume GARDET <guillaume.gardet@free.fr> # Author(s): Guillaume GARDET <guillaume.gardet@free.fr>
# #

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
# Hash is 3A8CE62A483083EDEA5581A61E770EC1FA8BECE8 but it doesn't seem to # Hash is 3A8CE62A483083EDEA5581A61E770EC1FA8BECE8 but it doesn't seem to
# find the key by hash # find the key by hash

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
if test "x$GTK_DEBUG_LAUNCHER" != x; then if test "x$GTK_DEBUG_LAUNCHER" != x; then
set -x set -x

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
# start from the directory above the combined subsurface & subsurface/libdivecomputer directory # start from the directory above the combined subsurface & subsurface/libdivecomputer directory
# #
# in order to be able to make changes to the debian/* files without changing the source # in order to be able to make changes to the debian/* files without changing the source

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
# build Subsurface for Win32 # build Subsurface for Win32
# #

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash -e
# #
# this should be run from the src directory, the layout is supposed to # this should be run from the src directory, the layout is supposed to
# look like this: # look like this: