From: Rudi Schlatte Date: Tue, 27 Jun 2006 12:52:34 +0000 (+0000) Subject: 0.9.14.1 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=3126dc35191a145e638dbd6360d537cc864daba3;p=sbcl.git 0.9.14.1 Fix typo for building under cygwin --- diff --git a/sbcl-pwd.sh b/sbcl-pwd.sh index e4be84d..d408005 100644 --- a/sbcl-pwd.sh +++ b/sbcl-pwd.sh @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index 32d2c82..eb727d0 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"