From 1bc2164ebe8dccf1080bbee16a318119fbb7b88a Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 2 Jul 2021 13:22:08 -0700 Subject: :SBCL: drop unneeded IGNORING-HOSTATTRS 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 00a6561..1da961c 100644 --- a/src/connection/sbcl.lisp +++ b/src/connection/sbcl.lisp @@ -37,7 +37,7 @@ recommended.")) ;; which we're currently connected, so we can't apply SBCL-AVAILABLE. (if remaining (failed-change "sbcl not on PATH and don't know how to install.") - (ignoring-hostattrs (sbcl-available)))) + (sbcl-available))) (let ((requirements (asdf-requirements-for-host-and-features (safe-read-from-string (run :input "(prin1 *features*)" *sbcl*) -- cgit v1.2.3