From 704eaa80138beb17081dd0858e13733eb7788ede Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 20 Oct 2010 14:32:14 +0000 Subject: [PATCH] 1.0.43.79: run-sbcl.sh: print run location to stderr instead of stdout Allows using run-sbcl.sh for jobs requiring a clean stdout. --- 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 8f0cd00..a3507d1 100644 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -52,7 +52,7 @@ if [ "$CORE_DEFINED" = "no" ]; then fi if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then - echo "(running SBCL from: $BASE)" + echo "(running SBCL from: $BASE)" 1>&2 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 ca68711..6fe2629 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.43.78" +"1.0.43.79" -- 1.7.10.4