diff options
Diffstat (limited to 'bin/cl')
-rwxr-xr-x | bin/cl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |