aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-15 16:30:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-15 16:30:44 -0700
commit32ac55ef1f167862036497933967f0b65f3666a9 (patch)
tree6d5d69b1f0505eebe88baa0238d8fd5568865716 /src/connection
parentf36c6a7e5cdea412a32a5c164007285c29bfbf41 (diff)
downloadconsfigurator-32ac55ef1f167862036497933967f0b65f3666a9.tar.gz
fix --no-userinit sbcl(1) option
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection')
-rw-r--r--src/connection/sbcl.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection/sbcl.lisp b/src/connection/sbcl.lisp
index d69fcd9..72ed822 100644
--- a/src/connection/sbcl.lisp
+++ b/src/connection/sbcl.lisp
@@ -42,7 +42,7 @@ recommended."))
(run :may-fail :input program
"sbcl" "--noinform" "--noprint"
"--disable-debugger"
- "--no-sysinit" "--no-user-init")
+ "--no-sysinit" "--no-userinit")
(inform t (if (zerop exit) "done." "failed.") :fresh-line nil)
(when-let ((lines (lines out)))
(inform t " Output was:" :fresh-line nil)