From: Juho Snellman Date: Wed, 5 Apr 2006 06:51:06 +0000 (+0000) Subject: 0.9.11.10: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=9f809e2e8abb84000f35c22a86def1d8085ed791;p=sbcl.git 0.9.11.10: Fix contrib build on Solaris (and other platforms where /bin/sh really is a Posix sh). --- 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"