0.9.11.10:
authorJuho Snellman <jsnell@iki.fi>
Wed, 5 Apr 2006 06:51:06 +0000 (06:51 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 5 Apr 2006 06:51:06 +0000 (06:51 +0000)
Fix contrib build on Solaris (and other platforms where /bin/sh
        really is a Posix sh).

make-target-contrib.sh
version.lisp-expr

index 24c91c3..3e96449 100644 (file)
@@ -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
index 7d59ddd..490f268 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.11.9"
+"0.9.11.10"