aboutsummaryrefslogtreecommitdiff
path: root/src/connection
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-02 13:22:08 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-07-07 09:46:17 -0700
commit1bc2164ebe8dccf1080bbee16a318119fbb7b88a (patch)
tree1191300a026cca5bd3f4acb40541e2f393257a6d /src/connection
parent68e211be1af024b849276e304cc1d18040453872 (diff)
downloadconsfigurator-1bc2164ebe8dccf1080bbee16a318119fbb7b88a.tar.gz
:SBCL: drop unneeded IGNORING-HOSTATTRS
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 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*)