From 8512a850bf9692052295e5242378011882d85976 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 1 Apr 2021 23:38:57 -0700 Subject: OS:TYPECASE->OS:ETYPECASE & OS:HOST-TYPECASE->OS:HOST-ETYPECASE Signed-off-by: Sean Whitton --- src/connection/sbcl.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/connection/sbcl.lisp') 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) -- cgit v1.2.3