0.9.14.1
authorRudi Schlatte <rudi@constantly.at>
Tue, 27 Jun 2006 12:52:34 +0000 (12:52 +0000)
committerRudi Schlatte <rudi@constantly.at>
Tue, 27 Jun 2006 12:52:34 +0000 (12:52 +0000)
  Fix typo for building under cygwin

sbcl-pwd.sh
version.lisp-expr

index e4be84d..d408005 100644 (file)
@@ -5,7 +5,7 @@
 
 sbcl_pwd() {
     if [ "$OSTYPE" = "cygwin" ] ; then
-       SBCL_PWD=`cygpath -m $a(pwd)`
+       SBCL_PWD=`cygpath -m $(pwd)`
     else
        SBCL_PWD=`pwd`
     fi
index 32d2c82..eb727d0 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.14"
+"0.9.14.1"