* Now things like
sh run-sbcl.sh --eval '(load "foo.lisp")'
should work correctly.
. ./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
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.21.6"
+"1.0.21.7"