From 2beb916c014eba4c42c32469ca1f4f7a0cd94d67 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 11 Mar 2012 00:30:25 -0800 Subject: [PATCH] Change get_fasl_file to set a variable rather than echo the name. --- src/etc/build-bands.sh | 2 +- src/etc/build-boot-compiler.sh | 3 +-- src/etc/compile-boot-compiler.sh | 2 +- src/etc/compile-svm.sh | 2 +- src/etc/compile.sh | 2 +- src/etc/functions.sh | 4 ++-- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/etc/build-bands.sh b/src/etc/build-bands.sh index ce684bf3d..333c6f51d 100755 --- a/src/etc/build-bands.sh +++ b/src/etc/build-bands.sh @@ -27,7 +27,7 @@ set -e . etc/functions.sh if [ ! -e lib/runtime.com ]; then - FASL=`get_fasl_file` + get_fasl_file run_cmd_in_dir runtime \ ../microcode/scheme --batch-mode --library ../lib --fasl $FASL <&2 -- 2.25.1