From 4fe9bcadd5b06706379c67e82a91a4d2472b2971 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 24 Jul 2021 16:02:10 -0700 Subject: fix exit code of remote Lisp image when fail to compile and/or load See the RETURN-EXIT and WITH-BACKTRACE-AND-EXIT-CODE macros. Signed-off-by: Sean Whitton --- src/image.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/image.lisp') 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. -- cgit v1.2.3