aboutsummaryrefslogtreecommitdiff
path: root/src/connection/sbcl.lisp
diff options
context:
space:
mode:
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)