summaryrefslogtreecommitdiff
path: root/build_a_system.sh
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-10 16:32:49 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-10 16:32:49 +0100
commit7abb4d83e640ef6dc5c0e8951c7c80d4411fb225 (patch)
tree7cb2f9bd903a8cd19a53cb124531a1d5b8e7e139 /build_a_system.sh
parent95426b5a8deab9c89323a60381e31fafcbe6425d (diff)
downloadbuildslave-scripts-7abb4d83e640ef6dc5c0e8951c7c80d4411fb225.tar.gz
set -e all the things
Diffstat (limited to 'build_a_system.sh')
-rwxr-xr-xbuild_a_system.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_a_system.sh b/build_a_system.sh
index 99ab4e2..cf673f3 100755
--- a/build_a_system.sh
+++ b/build_a_system.sh
@@ -2,6 +2,8 @@
# Script to build a defined set of definitions
+set -e
+
system_name="$1"
definitions_dir=definitions