mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
correct error
This commit is contained in:
parent
e443a34dc5
commit
d01cf432ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue