mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-20 22:20:30 -08:00
The logical hostname SYS: should be associated to a fully resolved pathname.
This commit is contained in:
parent
08e20ae880
commit
7b2b3046f5
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ value of this variable is non-NIL.")
|
|||
(cond
|
||||
((string= "-dir" option)
|
||||
(setf (logical-pathname-translations "SYS")
|
||||
`(("**;*.*" ,(concatenate 'string (pop-arg "-dir") "/**/*.*")))))
|
||||
`(("**;*.*" ,(merge-pathnames "**/*.*" (truename (pop-arg "-dir")))))))
|
||||
((string= "-compile" option)
|
||||
(if (nth-value 3
|
||||
(compile-file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue