Skip to content

Commit a896757

Browse files
committed
Remove backup files
1 parent 6b4dba4 commit a896757

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

path.lisp

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,14 @@
7474
(drop pos system-name)
7575
"/"))
7676
root))
77-
(system-lisp-files (directory
78-
(make-pathname :defaults root
79-
:name :wild
80-
:type "lisp"))))
77+
(system-lisp-files
78+
(directory
79+
(make-pathname :defaults root
80+
:name :wild
81+
:type "lisp")))
82+
(system-lisp-files
83+
(remove-if (op (string^= "#." (pathname-name _)))
84+
system-list-files)))
8185
(loop for file in system-lisp-files
8286
for script-name = (pathname-name file)
8387
for subsystem-name = (string+ system-name "/" script-name)

0 commit comments

Comments
 (0)