aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-04 11:43:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-06 12:23:51 -0700
commit960743cf9ce4948a9ea6f7e3a93b4beaf74ceb13 (patch)
tree600fb2410495d809dc2a3ac4c663c03f2b6c9883 /src/connection
parent0c35cc6d8703a89e2244bac5ddd4fe04ef8fc7f6 (diff)
downloadconsfigurator-960743cf9ce4948a9ea6f7e3a93b4beaf74ceb13.tar.gz
add missing call to FRESH-LINE in fork connection parent
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/fork.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/fork.lisp b/src/connection/fork.lisp
index 072145c..1d96501 100644
--- a/src/connection/fork.lisp
+++ b/src/connection/fork.lisp
@@ -100,6 +100,7 @@ for example, such that we don't see it."
(t
(multiple-value-bind (pid status) (waitpid child 0)
(declare (ignore pid))
+ (fresh-line)
(princ (readfile output))
(let ((exited (wifexited status)))
(unless exited