A little overzealous with the factor.sh echo cleanup
parent
a51fea1224
commit
6023070fec
|
@ -25,7 +25,8 @@ test_program_installed() {
|
||||||
|
|
||||||
exit_script() {
|
exit_script() {
|
||||||
if [[ $FIND_MAKE_TARGET -eq true ]] ; then
|
if [[ $FIND_MAKE_TARGET -eq true ]] ; then
|
||||||
$ECHO $MAKE_TARGET;
|
# Must be echo not $ECHO
|
||||||
|
echo $MAKE_TARGET;
|
||||||
fi
|
fi
|
||||||
exit $1
|
exit $1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue