Skip to content

Commit

Permalink
1.0.43.79: run-sbcl.sh: print run location to stderr instead of stdout
Browse files Browse the repository at this point in the history
  Allows using run-sbcl.sh for jobs requiring a clean stdout.
  • Loading branch information
nikodemus committed Oct 20, 2010
1 parent a7e9005 commit 704eaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-sbcl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 704eaa8

Please sign in to comment.