Skip to content

Commit 8bf8737

Browse files
committed
ignore find systems
1 parent d63f47d commit 8bf8737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/_prepare.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
(defun this-load-system (name)
1010
"Load the system by NAME."
11-
(if (asdf:find-system name)
11+
(if (ignore-errors (asdf:find-system name))
1212
(asdf:load-system name)
1313
(ql:quickload name)))
1414

0 commit comments

Comments
 (0)