We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a896757 commit cf960f9Copy full SHA for cf960f9
path.lisp
@@ -81,7 +81,7 @@
81
:type "lisp")))
82
(system-lisp-files
83
(remove-if (op (string^= "#." (pathname-name _)))
84
- system-list-files)))
+ system-lisp-files)))
85
(loop for file in system-lisp-files
86
for script-name = (pathname-name file)
87
for subsystem-name = (string+ system-name "/" script-name)
0 commit comments