aboutsummaryrefslogtreecommitdiff
path: root/bin/cl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cl')
-rwxr-xr-xbin/cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cl b/bin/cl
index 232c867..245c0db 100755
--- a/bin/cl
+++ b/bin/cl
@@ -270,7 +270,7 @@ case "$IMPL" in
set -- "$@" --no-sysinit --no-userinit
fi
if [ "$VERBOSE" = false ]; then
- set -- "$@" --noinform
+ set -- --noinform "$@"
else
set -x
fi