A little overzealous with the factor.sh echo cleanup
parent
7567bc5cf6
commit
970d2cad2d
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue