1.0.21.10: DEFINE-COMPILER-MACRO and destructuring lambda-lists
[sbcl.git] / run-sbcl.sh
index 1fa7146..1f74680 100644 (file)
@@ -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