X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=run-sbcl.sh;h=1f74680d48542edc1b06eedf943514318416b162;hb=f52d22d071c68f2daa318a7c0477358145bf22c6;hp=f7ddb22333205c86393416ace9a4a07b0f7fd2b8;hpb=9d3a46ea08beaab87a2924129e414d18bd1f7cfd;p=sbcl.git diff --git a/run-sbcl.sh b/run-sbcl.sh index f7ddb22..1f74680 100644 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -30,7 +30,7 @@ if [ -f sbcl-pwd.sh -a -x src/runtime/sbcl -a -f output/sbcl.core ]; then . ./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