src/utils/qa/syncAday.csh 1.12

1.12 2010/05/26 11:40:04 kuhn
sendiing output to stdout instead of to kuhn to make it easier to send to more than one person via cronjob
Index: src/utils/qa/syncAday.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/syncAday.csh,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/utils/qa/syncAday.csh	21 May 2010 23:52:35 -0000	1.11
+++ src/utils/qa/syncAday.csh	26 May 2010 11:40:04 -0000	1.12
@@ -33,6 +32,7 @@
 echo "\n$db\n" >> $basePath/$db
 # checkSync.csh $db times >> $basePath/$db
 checkSync.csh $db hgwbeta hgw2 times >> $basePath/$db
 cat $basePath/$db
-echo "http://genecats.cse.ucsc.edu/qa/test-results/sync/$db" | mail -s "sync for today" $USER@soe.ucsc.edu
+echo "http://genecats.cse.ucsc.edu/qa/test-results/sync/$db" 
+echo