mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-03 16:01:35 -08:00
Fixed typo.
This commit is contained in:
parent
264836b63f
commit
7470949f30
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ Sunday is the *last* day of the week!!"
|
|||
(let* (d)
|
||||
(dolist (item (pathname-directory a-pathname))
|
||||
(setf d (nconc d (list item)))
|
||||
(let ((p (make-pathname :directory d :default a-pathname)))
|
||||
(let ((p (make-pathname :directory d :defaults a-pathname)))
|
||||
(unless (or (symbolp item) (si::file-kind p nil))
|
||||
(si::mkdir p #o777))))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue