From 3126dc35191a145e638dbd6360d537cc864daba3 Mon Sep 17 00:00:00 2001 From: Rudi Schlatte Date: Tue, 27 Jun 2006 12:52:34 +0000 Subject: [PATCH] 0.9.14.1 Fix typo for building under cygwin --- sbcl-pwd.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4