diff options
author | EuAndreh <eu@euandre.org> | 2022-10-24 14:31:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-24 14:31:05 -0300 |
commit | e215ea1ac6615848253609be68c95a66a53d01ae (patch) | |
tree | 95b90b44022cca1a83fd1e9edeef1e4f4470f162 | |
parent | bin/cl: WIP improve help string (diff) | |
download | dotfiles-e215ea1ac6615848253609be68c95a66a53d01ae.tar.gz dotfiles-e215ea1ac6615848253609be68c95a66a53d01ae.tar.xz |
bin/cl: s/NIL/nil/
-rwxr-xr-x | bin/cl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |