A little overzealous with the factor.sh echo cleanup

db4
Doug Coleman 2010-04-25 14:59:07 -05:00
parent a51fea1224
commit 6023070fec
1 changed files with 2 additions and 1 deletions

View File

@ -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
}