aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:49:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-02 13:49:59 -0700
commitf0aa90746c39bff31135eef4d53156d13543aaca (patch)
tree2e336cb9470d230ab784b6efa298f11e6fb641db /src/connection
parent37c8017ed1249b4e34634b7df691b82f62e6361b (diff)
downloadconsfigurator-f0aa90746c39bff31135eef4d53156d13543aaca.tar.gz
rename RETURN-EXIT -> EXIT-CODE-TO-RETVAL
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/fork.lisp4
-rw-r--r--src/connection/sbcl.lisp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index ca269df..593d468 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -31,7 +31,7 @@ Must not start up any threads."))
`(continue-deploy* ,connection ',remaining))
(when-let ((lines (lines out)))
(inform t lines))
- (return-exit
+ (exit-code-to-retval
exit
:on-failure (failed-change
"~&Fork connection child failed; stderr was ~%~%~A" err))))
@@ -81,7 +81,7 @@ single-threaded context for the execution of POST-FORK."))
`(continue-deploy* ,connection ',remaining))
(when-let ((lines (lines out)))
(inform t lines))
- (return-exit
+ (exit-code-to-retval
exit
:on-failure (failed-change
"~&Reinvoked Lisp image failed; stderr was ~%~%~A" err))))
diff --git a/src/connection/sbcl.lisp b/src/connection/sbcl.lisp
index 9d488ca..4fad603 100644
--- a/src/connection/sbcl.lisp
+++ b/src/connection/sbcl.lisp
@@ -66,7 +66,7 @@ recommended."))
(when-let ((lines (lines out)))
(inform t " Output was:" :fresh-line nil)
(with-indented-inform (inform t lines)))
- (return-exit
+ (exit-code-to-retval
exit
;; print FORMS not PROGRAM because latter might contain sudo passwords
:on-failure