From 6023070fec9d9b073022c8d8bce7fd02c252f322 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 25 Apr 2010 14:59:07 -0500 Subject: [PATCH] A little overzealous with the factor.sh echo cleanup --- build-support/factor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-support/factor.sh b/build-support/factor.sh index bcc3e8f966..d8b547d8d6 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -25,7 +25,8 @@ test_program_installed() { exit_script() { if [[ $FIND_MAKE_TARGET -eq true ]] ; then - $ECHO $MAKE_TARGET; + # Must be echo not $ECHO + echo $MAKE_TARGET; fi exit $1 }