053ed6b66eec779a34343b6e38a96a1bb5357234 rhead Fri Oct 28 16:02:26 2011 -0700 Removed extra echo. diff --git src/utils/qa/alertBqueue.csh src/utils/qa/alertBqueue.csh index 63a68f5..b0f8852 100755 --- src/utils/qa/alertBqueue.csh +++ src/utils/qa/alertBqueue.csh @@ -84,22 +84,21 @@ echo $alias[$i] echo $email[$i] echo " contacts $contacts" ## send output only to selected people # set contacts="ann kuhn pauline rhead" endif end if ( $debug == "true" ) then cat Bfile exit endif # add ann and b0b to list set contacts="$contacts ann kuhn" -echo contacts $contacts foreach contact ( $contacts ) cat Bfile | mail $contact'@soe.ucsc.edu' -s "B-queue alert" end rm Bfile