summaryrefslogtreecommitdiff
path: root/build_a_system.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-11 10:46:28 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-11 10:46:28 +0100
commitda923cb0048c60e2132e44b47bb1ee012a537b37 (patch)
treed971900b7cf40b8498a3c3247fb6414abf5f7ab9 /build_a_system.sh
parentc73a8a9576b6c9a79417b3a6c3a646168644b395 (diff)
downloadbuildslave-scripts-da923cb0048c60e2132e44b47bb1ee012a537b37.tar.gz
Add set -ex to every script
Diffstat (limited to 'build_a_system.sh')
-rwxr-xr-xbuild_a_system.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_a_system.sh b/build_a_system.sh
index 2f652ca..390d4f2 100755
--- a/build_a_system.sh
+++ b/build_a_system.sh
@@ -2,7 +2,7 @@
# Script to build a defined set of definitions
-set -e
+set -ex
system_name="$1"