From 0cfd289365b37a66fd4108054f0d99e95d396a8a Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Thu, 25 Mar 2010 12:24:39 +0000 Subject: [PATCH] 1.0.36.39: report location correctly in run-sbcl.sh * Thanks to Attila Lendvai for noticing. In despite the freeze. --- 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 74b91cb..f1876c3 100644 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -40,7 +40,7 @@ if [ "$CORE_DEFINED" = "no" ]; then fi if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then - echo "(running SBCL from: `pwd`)" + echo "(running SBCL from: $BASE)" SBCL_HOME="$BASE"/contrib "$BASE"/src/runtime/sbcl $ARGUMENTS "$@" else echo "No built SBCL here ($BASE): run 'sh make.sh' first!" diff --git a/version.lisp-expr b/version.lisp-expr index 58f4e5d..ec8196d 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.36.38" +"1.0.36.39" -- 1.7.10.4