src/utils/qa/weeklybld/doHgTablesTestRobot.csh 1.11

1.11 2010/05/25 02:48:30 galt
removing ann
Index: src/utils/qa/weeklybld/doHgTablesTestRobot.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/weeklybld/doHgTablesTestRobot.csh,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/utils/qa/weeklybld/doHgTablesTestRobot.csh	3 Mar 2010 01:45:43 -0000	1.10
+++ src/utils/qa/weeklybld/doHgTablesTestRobot.csh	25 May 2010 02:48:30 -0000	1.11
@@ -20,12 +20,12 @@
 set wc = `echo "$res" | wc -w` 
 if ( "$wc" == "0" ) then
  echo "errs found:"
  echo "$res2"
- echo "$res2" | mail -s "'Errors in hgTablesTestRobot on $HOST'" $USER ann rhead pauline
+ echo "$res2" | mail -s "'Errors in hgTablesTestRobot on $HOST'" $USER rhead pauline
  exit 1
 endif
 #
 echo Done.
-echo "$res2" | mail -s "'v${BRANCHNN} hgTablesTest robot done successfully on $HOST.'" $USER ann rhead pauline
+echo "$res2" | mail -s "'v${BRANCHNN} hgTablesTest robot done successfully on $HOST.'" $USER rhead pauline
 exit 0