1.0.13.32: fix run-sbcl.sh when sh != bash in disguise
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 15 Jan 2008 02:29:50 +0000 (02:29 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 15 Jan 2008 02:29:50 +0000 (02:29 +0000)
 ...2008! Shell portability issues! AAARGH!

 (Ok, slightly embarrassed as well.)

run-sbcl.sh
version.lisp-expr

index 1fa7146..f7ddb22 100644 (file)
@@ -27,7 +27,7 @@ if [ "$1" = "--help" ]; then
 fi
 
 if [ -f sbcl-pwd.sh -a -x src/runtime/sbcl -a -f output/sbcl.core ]; then
-    . sbcl-pwd.sh
+    . ./sbcl-pwd.sh
     sbcl_pwd
     echo "(running SBCL from: $SBCL_PWD)"
     SBCL_HOME=$SBCL_PWD/contrib src/runtime/sbcl --core output/sbcl.core $@
index 6441ca1..e9909db 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".)
-"1.0.13.31"
+"1.0.13.32"