From 1fd3869b0e5dc613b0d1eab1ce9948dcd9fe8797 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 24 Oct 2022 19:27:54 -0300 Subject: bin/cl: Reorder SBCL non-verbose argument --- bin/cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3