From 8d6c7c2d1bf4e2a439b28cdf27c4f7b6273a9752 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 16 Apr 2011 00:40:37 +0000 Subject: [PATCH] Run Scheme in batch mode in the scripts in src/etc/. --- src/etc/build-boot-compiler.sh | 2 +- src/etc/compile-svm.sh | 2 +- src/etc/make-native.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 <