2 # badness_catcher: runs the command line passed in and catches error conditions.
4 if [ ! -z "$NOISY" ]; then
12 if [ $ERR -eq 0 ]; then exit; fi # exit if no error.
14 # print a complaint since there was an error.
16 echo "======================="
18 echo "Error in project: \"$PROJECT\""
19 echo " command was: $*"
21 echo "======================="
22 source $CLAM_SCRIPTS/exit_make.sh