aboutsummaryrefslogtreecommitdiff
path: root/src/image.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.lisp')
-rw-r--r--src/image.lisp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.lisp b/src/image.lisp
index d87a80c..b57350d 100644
--- a/src/image.lisp
+++ b/src/image.lisp
@@ -447,8 +447,7 @@ Called by connection types which start up remote Lisp images."
:goal-operation 'asdf:monolithic-compile-bundle-op))
(let ((name (asdf:component-name requirement)))
;; Handle UIOP specially because it comes with ASDF.
- (unless
- (memstring= (asdf:primary-system-name name) '("asdf" "uiop"))
+ (unless (memstr= (asdf:primary-system-name name) '("asdf" "uiop"))
(pushnew requirement asdf-requirements)))))
(nreversef asdf-requirements))
requirements))