From: Taylor R Campbell Date: Sat, 16 Apr 2011 00:40:37 +0000 (+0000) Subject: Run Scheme in batch mode in the scripts in src/etc/. X-Git-Tag: 20110609-Gtk~16^2~13 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8d6c7c2d1bf4e2a439b28cdf27c4f7b6273a9752;p=mit-scheme.git Run Scheme in batch mode in the scripts in src/etc/. --- diff --git a/src/etc/build-boot-compiler.sh b/src/etc/build-boot-compiler.sh index 298b38548..6791ca744 100755 --- a/src/etc/build-boot-compiler.sh +++ b/src/etc/build-boot-compiler.sh @@ -29,7 +29,7 @@ set -e FASL=`get_fasl_file` run_cmd_in_dir runtime ../microcode/scheme --library ../lib \ - --fasl "${FASL}" --heap 6000 <