X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=run-sbcl.sh;h=f7ddb22333205c86393416ace9a4a07b0f7fd2b8;hb=9d3a46ea08beaab87a2924129e414d18bd1f7cfd;hp=1fa7146ba05a6ecf493a9a3dd894b41628f68860;hpb=6da872adcd17f7c619e210616ece0fdd280581ca;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 $@