aboutsummaryrefslogtreecommitdiff
path: root/src/connection/sbcl.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-01 23:38:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-01 23:38:57 -0700
commit8512a850bf9692052295e5242378011882d85976 (patch)
treeb5c5c9649e5a62f99796d27156f771aed19c0cf8 /src/connection/sbcl.lisp
parentf08df5cc392f16e5a702fbac4be0504842f30f00 (diff)
downloadconsfigurator-8512a850bf9692052295e5242378011882d85976.tar.gz
OS:TYPECASE->OS:ETYPECASE & OS:HOST-TYPECASE->OS:HOST-ETYPECASE
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/connection/sbcl.lisp')
-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 640854d..03554e3 100644
--- a/src/connection/sbcl.lisp
+++ b/src/connection/sbcl.lisp
@@ -21,7 +21,7 @@
(defproplist sbcl-available :posix ()
(:check
(zerop (mrun :for-exit "command" "-v" "sbcl")))
- (os:typecase
+ (os:etypecase
(debianlike (apt:installed "sbcl"))))
(defmethod establish-connection ((type (eql :sbcl)) remaining &key)