diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-02-26 01:08:42 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-02-26 01:08:42 -0800 |
commit | cf656b44f665c217e40c2d94f979aebad5b9d601 (patch) | |
tree | 1d7267884bb36f2c95cf9b8824c24bbfbedde86f /build_nightly | |
parent | 0709c5b445e6dff5c2108756acb88152f043ab97 (diff) |
Small fix to build_nightly
Diffstat (limited to 'build_nightly')
-rwxr-xr-x[-rw-r--r--] | build_nightly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_nightly b/build_nightly index cd17523..88cfee9 100644..100755 --- a/build_nightly +++ b/build_nightly @@ -2,7 +2,7 @@ build_user=$1 if [ $USER != $build_user ]; then - su $build_user -c $0 "$@"; + su $build_user -c "$0 $@"; exit fi |