correct error

This commit is contained in:
David Botton 2024-06-14 14:25:56 -04:00
parent e443a34dc5
commit d01cf432ee

View file

@ -643,7 +643,7 @@ PATHNAME. Current format is one native namestring per line."
(setf pathname (truename pathname))
(with-open-file (stream (system-index-file pathname)
:direction :output
:if-exists :nil)
:if-exists nil)
(when stream
(dolist (system-file (local-project-system-files pathname))
(let ((system-path (enough-namestring system-file pathname)))