From: Chris Hanson Date: Sun, 11 Mar 2012 08:30:25 +0000 (-0800) Subject: Change get_fasl_file to set a variable rather than echo the name. X-Git-Tag: release-9.2.0~261 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2beb916c014eba4c42c32469ca1f4f7a0cd94d67;p=mit-scheme.git Change get_fasl_file to set a variable rather than echo the name. --- 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