From 9f809e2e8abb84000f35c22a86def1d8085ed791 Mon Sep 17 00:00:00 2001 From: Juho Snellman Date: Wed, 5 Apr 2006 06:51:06 +0000 Subject: [PATCH] 0.9.11.10: Fix contrib build on Solaris (and other platforms where /bin/sh really is a Posix sh). --- make-target-contrib.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/make-target-contrib.sh b/make-target-contrib.sh index 24c91c3..3e96449 100644 --- a/make-target-contrib.sh +++ b/make-target-contrib.sh @@ -26,7 +26,7 @@ find_gnumake # between contrib packages, we want the _uninstalled_ versions to be # found if [ "$OSTYPE" = "cygwin" ] ; then - SBCL_BASE=$(cygpath -m $(pwd)) + SBCL_BASE=`cygpath -m $(pwd)` else SBCL_BASE=`pwd` fi diff --git a/version.lisp-expr b/version.lisp-expr index 7d59ddd..490f268 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.11.9" +"0.9.11.10" -- 1.7.10.4