Skip to content
Snippets Groups Projects
Commit b575ccb3 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.601: fix a typo that broke lispworks.

parent 41deb985
Branches
Tags 1.601
No related merge requests found
......@@ -187,7 +187,7 @@
;;;;
(defparameter *asdf-version*
;; the 1+ hair is to ensure that we don't do an inadvertent find and replace
(subseq "VERSION:1.600" (1+ (length "VERSION"))))
(subseq "VERSION:1.601" (1+ (length "VERSION"))))
(defun asdf-version ()
*asdf-version*)
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment