From: Chris Hanson Date: Thu, 8 Mar 2012 07:21:47 +0000 (-0800) Subject: Always wrap stdin in a (begin ...); otherwise expressions continue evaluating after... X-Git-Tag: release-9.2.0~268 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6b3f8e0b22b27b84e468f4015be566bcc94f51ca;p=mit-scheme.git Always wrap stdin in a (begin ...); otherwise expressions continue evaluating after errors. --- diff --git a/src/etc/compile-svm.sh b/src/etc/compile-svm.sh index 220f24df9..2316dd600 100755 --- a/src/etc/compile-svm.sh +++ b/src/etc/compile-svm.sh @@ -161,12 +161,13 @@ EOF echo "# `date`: Dump new compiler into boot-compiler.com." run_cmd_in_dir runtime \ ../microcode/scheme --batch-mode --library ../lib --fasl $FASL <