diff options
Diffstat (limited to 'bin/cl')
-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) |