1.0.13.32: fix run-sbcl.sh when sh != bash in disguise
[sbcl.git] / run-sbcl.sh
index 1fa7146..f7ddb22 100644 (file)
@@ -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 $@