exec-ing into the runtime executable doesn't hurt and helps rlwrap.
Suggested by William Cushing (lp#1249183).
undefined-function warnings in subsequent forms. (lp#503095)
* enhancement: Errors during loading foreign libraries on Windows now
include error messages instead of error codes.
+ * enhancement: run-sbcl.sh is usefully handled by rlwrap. Thanks to William
+ Cushing. (lp#1249183)
* bug fix: EQUALP now compares correctly structures with raw slots larger
than a single word.
* bug fix: contribs couldn't be built on Windows with MinGW.
if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then
echo "(running SBCL from: $BASE)" 1>&2
- SBCL_HOME="$BASE/obj/sbcl-home" "$BASE"/src/runtime/sbcl $ARGUMENTS "$@"
+ SBCL_HOME="$BASE/obj/sbcl-home" exec "$BASE"/src/runtime/sbcl $ARGUMENTS "$@"
else
echo "No built SBCL here ($BASE): run 'sh make.sh' first!"
exit 1