Really make install.sh work on win32. "oops"
if [ "$OSTYPE" = "cygwin" -o "$OSTYPE" = "msys" ] ; then
DEFAULT_INSTALL_ROOT="$PROGRAMFILES/sbcl"
RUNTIME=sbcl.exe
- OLD_RUNTIME=sbcl_old.exe
+ OLD_RUNTIME=sbcl.exe.old
else
DEFAULT_INSTALL_ROOT=/usr/local
RUNTIME=sbcl
test -f $BUILD_ROOT$SBCL_HOME/sbcl.core && \
mv $BUILD_ROOT$SBCL_HOME/sbcl.core $BUILD_ROOT$SBCL_HOME/sbcl.core.old
-cp src/runtime/sbcl $BUILD_ROOT$INSTALL_ROOT/bin/
+cp src/runtime/$RUNTIME $BUILD_ROOT$INSTALL_ROOT/bin/
cp output/sbcl.core $BUILD_ROOT$SBCL_HOME/sbcl.core
# installing contrib
;;; 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.12.26"
+"0.9.12.27"