Fix contrib build on Solaris (and other platforms where /bin/sh
really is a Posix sh).
# 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
;;; 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"