Hello!
Please apply patch.

P.S. This can cause the bug, which is mentioned in "Re: [asdf-devel] 
XDG_DATA­_DIRS and colon separated­ things"? 

diff --git a/asdf.lisp b/asdf.lisp
index c84e59e..77703bb 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -3157,7 +3157,7 @@ located."
                    "Invalid relative pathname ~A~@[ ~?~]" x fmt args))
        x))
 (defun* split-absolute-pathnames (x fmt &rest args)
-  (loop :for dir :in (split-string x :separator (inter-directory-separator))
+  (loop :for dir :in (split-string x :separator (string (inter-directory-separator)))
     :do (apply 'ensure-absolute-pathname* dir fmt args)
     :collect dir))
 (defun getenv-absolute-pathname (x &aux (s (getenv x)))
_______________________________________________
asdf-devel mailing list
[email protected]
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to