From 9d3a46ea08beaab87a2924129e414d18bd1f7cfd Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Tue, 15 Jan 2008 02:29:50 +0000 Subject: [PATCH] 1.0.13.32: fix run-sbcl.sh when sh != bash in disguise ...2008! Shell portability issues! AAARGH! (Ok, slightly embarrassed as well.) --- run-sbcl.sh | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run-sbcl.sh b/run-sbcl.sh index 1fa7146..f7ddb22 100644 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -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 $@ diff --git a/version.lisp-expr b/version.lisp-expr index 6441ca1..e9909db 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".) -"1.0.13.31" +"1.0.13.32" -- 1.7.10.4