aboutsummarylogtreecommitdiffstats
path: root/up
diff options
context:
space:
mode:
Diffstat (limited to 'up')
-rwxr-xr-xup2
1 files changed, 1 insertions, 1 deletions
diff --git a/up b/up
index be5831273201..00a905a91176 100755
--- a/up
+++ b/up
@@ -162,5 +162,5 @@ function main(){
# Main
-args="$@"
+args=( "$@" )
main "${args[@]}"