X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=run-sbcl.sh;h=f7ddb22333205c86393416ace9a4a07b0f7fd2b8;hb=6b8baeece6cf870e3f979a9f09c32985c64c04de;hp=1fa7146ba05a6ecf493a9a3dd894b41628f68860;hpb=e9d20dbcc57faf5be8ebccf95b4a8da680589990;p=sbcl.git diff --git a/run-sbcl.sh b/run-sbcl.sh index 1fa7146..f7ddb22 100644 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -27,7 +27,7 @@ if [ "$1" = "--help" ]; then fi if [ -f sbcl-pwd.sh -a -x src/runtime/sbcl -a -f output/sbcl.core ]; then - . sbcl-pwd.sh + . ./sbcl-pwd.sh sbcl_pwd echo "(running SBCL from: $SBCL_PWD)" SBCL_HOME=$SBCL_PWD/contrib src/runtime/sbcl --core output/sbcl.core $@