summaryrefslogtreecommitdiff
path: root/build_nightly
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-02-26 16:49:26 -0800
committerMichael Pavone <pavone@retrodev.com>2017-02-26 16:49:26 -0800
commit8eaa969d96dacde5119fe516aa35da4004091246 (patch)
tree24e3edc6b540884cbfa1557154e194f5e807840e /build_nightly
parent3901ec23c0be871e544c03a61d2efc8789456e60 (diff)
Fun untested changes for uploading nightly builds
Diffstat (limited to 'build_nightly')
-rwxr-xr-xbuild_nightly2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_nightly b/build_nightly
index 332ec0c..3bea61e 100755
--- a/build_nightly
+++ b/build_nightly
@@ -1,5 +1,7 @@
#!/bin/sh
+set -e
+
build_user=$1
if [ $USER != $build_user ]; then
su $build_user -c "$0 $@";