X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=run-sbcl.sh;h=1f74680d48542edc1b06eedf943514318416b162;hb=2a03fda8299baea66cb9a6955d414dcc27af5ac9;hp=1fa7146ba05a6ecf493a9a3dd894b41628f68860;hpb=e9d20dbcc57faf5be8ebccf95b4a8da680589990;p=sbcl.git diff --git a/run-sbcl.sh b/run-sbcl.sh index 1fa7146..1f74680 100644 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -27,10 +27,10 @@ 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 $@ + SBCL_HOME=$SBCL_PWD/contrib src/runtime/sbcl --core output/sbcl.core "$@" elif [ -f run-sbcl.sh -a -f version.lisp-expr ]; then echo "No built SBCL here ($(pwd)): run 'sh make.sh' first!" exit 1