From a71685c7919fe78b5861bfab76a7dea384ab5f61 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 11 Mar 2012 00:43:48 -0800 Subject: [PATCH] Fix shell-script style issues. --- src/etc/build-bands.sh | 2 +- src/etc/compile-boot-compiler.sh | 3 ++- src/etc/compile-svm.sh | 16 ++++++++-------- src/etc/compile.sh | 6 +++--- 4 files changed, 14 insertions(+), 13 deletions(-) diff --git a/src/etc/build-bands.sh b/src/etc/build-bands.sh index 333c6f51d..98a4b8029 100755 --- a/src/etc/build-bands.sh +++ b/src/etc/build-bands.sh @@ -29,7 +29,7 @@ set -e if [ ! -e lib/runtime.com ]; then get_fasl_file run_cmd_in_dir runtime \ - ../microcode/scheme --batch-mode --library ../lib --fasl $FASL <