X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=run-sbcl.sh;h=a3507d168c8d82af123c0b6ae11c763699f76eb7;hb=9b79c4c51954ffc46c631e56547ac865860e8855;hp=8f0cd00b1d9101556a698fbe5489c1cea188a585;hpb=0d67e11363ce91e7f3d4d196d447add7acb67289;p=sbcl.git diff --git a/run-sbcl.sh b/run-sbcl.sh old mode 100644 new mode 100755 index 8f0cd00..a3507d1 --- 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!"