aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-24 14:31:05 -0300
committerEuAndreh <eu@euandre.org>2022-10-24 14:31:05 -0300
commite215ea1ac6615848253609be68c95a66a53d01ae (patch)
tree95b90b44022cca1a83fd1e9edeef1e4f4470f162
parentbin/cl: WIP improve help string (diff)
downloaddotfiles-e215ea1ac6615848253609be68c95a66a53d01ae.tar.gz
dotfiles-e215ea1ac6615848253609be68c95a66a53d01ae.tar.xz
bin/cl: s/NIL/nil/
-rwxr-xr-xbin/cl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cl b/bin/cl
index a9c83b6..5a252ec 100755
--- a/bin/cl
+++ b/bin/cl
@@ -201,8 +201,8 @@ else
(handler-case
(progn
(load "$SCRIPT"
- :verbose NIL
- :print NIL)
+ :verbose nil
+ :print nil)
(uiop:quit 0))
(error (e)
(format *error-output* "~&~%error: ~a~%" e)