Hi, ASDF

I found a typo in LispWorks support code which stops ASDF compiling:

diff --git a/asdf.lisp b/asdf.lisp
index 3c5dbbd..ad97554 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -438,7 +438,7 @@ and NIL NAME and TYPE components" ;;; what about VERSION???
   #+cmu
   (cdr (assoc (intern x :keyword) ext:*environment-list*))
   #+lispworks
-  (lispworks:environment-xiable x)
+  (lispworks:environment-variable x)
   #+allegro
   (sys:getenv x)
   #+gcl

Please fix it.

--binghe

Attachment: lispworks.diff
Description: Binary data

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
asdf-devel mailing list
[email protected]
http://common-lisp.net/cgi-bin/mailman/listinfo/asdf-devel

Reply via email to