summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]build_nightly2
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