* Missed --no-userinit --no-sysinit --disable-debugger, causing it to
fail for some setups.
# $! is not set correctly when calling run_sbcl, do it directly
"$SBCL_RUNTIME" --core "$SBCL_CORE" \
+ --no-userinit --no-sysinit --disable-debugger \
--load "$SBCL_PWD/condition-wait-sigcont.lisp" &
sb_pid=$!
;;; 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.24.30"
+"1.0.24.31"