src/utils/qa/bigPush.csh 1.6

1.6 2009/04/30 17:35:36 ann
calling checked-in version of updateTimes script (instead of the one in the user's /bin directory)
Index: src/utils/qa/bigPush.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/bigPush.csh,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -B -U 4 -r1.5 -r1.6
--- src/utils/qa/bigPush.csh	11 Apr 2009 00:37:01 -0000	1.5
+++ src/utils/qa/bigPush.csh	30 Apr 2009 17:35:36 -0000	1.6
@@ -56,9 +56,9 @@
 # --------------------------------------------
 # "check that all tables were pushed:"
 
 echo
-~/bin/updateTimes.csh $db $tablelist
+updateTimes.csh $db $tablelist
 echo
 
 
 # --------------------------------------------