X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=run-sbcl.sh;fp=run-sbcl.sh;h=a3507d168c8d82af123c0b6ae11c763699f76eb7;hb=704eaa80138beb17081dd0858e13733eb7788ede;hp=8f0cd00b1d9101556a698fbe5489c1cea188a585;hpb=a7e90050c1617168d162b7219c4aeede3e90205a;p=sbcl.git 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!"