Skip to content

Commit cf960f9

Browse files
committed
Fix typo
1 parent a896757 commit cf960f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

path.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
:type "lisp")))
8282
(system-lisp-files
8383
(remove-if (op (string^= "#." (pathname-name _)))
84-
system-list-files)))
84+
system-lisp-files)))
8585
(loop for file in system-lisp-files
8686
for script-name = (pathname-name file)
8787
for subsystem-name = (string+ system-name "/" script-name)

0 commit comments

Comments
 (0)