aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-24 19:27:54 -0300
committerEuAndreh <eu@euandre.org>2022-10-24 19:27:54 -0300
commit1fd3869b0e5dc613b0d1eab1ce9948dcd9fe8797 (patch)
tree6405ee97c4dbc6c73d608b690376938dca1b05a3
parentbin/cl: Remove attempt add "..." operator (diff)
downloaddotfiles-1fd3869b0e5dc613b0d1eab1ce9948dcd9fe8797.tar.gz
dotfiles-1fd3869b0e5dc613b0d1eab1ce9948dcd9fe8797.tar.xz
bin/cl: Reorder SBCL non-verbose argument
-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