The logical hostname SYS: should be associated to a fully resolved pathname.

This commit is contained in:
jjgarcia 2004-12-01 13:23:39 +00:00
parent 08e20ae880
commit 7b2b3046f5

View file

@ -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