X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=run-sbcl.sh;h=f1876c3757ddc1c8ef6b80836c97a816e6f1a2f4;hb=2db542f484283726e64dd4606e7a0f74b9b228ee;hp=74b91cb62407ecd643cb34473d94d10e7be89d09;hpb=bfd759c5fbfba4e1799cf4d06de0a0f349f06abd;p=sbcl.git 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!"