aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)