diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-26 16:49:26 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-26 16:49:26 -0800 |
commit | 8eaa969d96dacde5119fe516aa35da4004091246 (patch) | |
tree | 24e3edc6b540884cbfa1557154e194f5e807840e /build_nightly | |
parent | 3901ec23c0be871e544c03a61d2efc8789456e60 (diff) |
Fun untested changes for uploading nightly builds
Diffstat (limited to 'build_nightly')
-rwxr-xr-x | build_nightly | 2 |
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 $@"; |