aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/image.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.lisp b/src/image.lisp
index 681c9c9..c3f1884 100644
--- a/src/image.lisp
+++ b/src/image.lisp
@@ -457,7 +457,7 @@ Preprocessing must occur in the root Lisp."))
*error-output*
"~&Failed to compile and/or load:~%~A~&~%Compile and/or load output:~%~%~A"
c string)
- (uiop:quit 2)))
+ (uiop:quit 3)))
(when (>= *consfigurator-debug-level* 3)
(format t "~&~A" string))))
;; Delete old FASLs. With SBCL they are megabytes in size.