src/utils/qa/compareWholeTable.csh 1.5

1.5 2009/03/24 19:10:44 rhead
Reverting to -h hgwbeta.
Index: src/utils/qa/compareWholeTable.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/compareWholeTable.csh,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/utils/qa/compareWholeTable.csh	21 Mar 2009 00:29:25 -0000	1.4
+++ src/utils/qa/compareWholeTable.csh	24 Mar 2009 19:10:44 -0000	1.5
@@ -56,13 +56,13 @@
   exit 1
 endif
 
 if ( $mach1 == "hgwbeta" ) then
-  set host1="-h hgofbeta"
+  set host1="-h hgwbeta"
 endif
 
 if ( $mach2 == "hgwbeta" ) then
-  set host2="-h hgofbeta"
+  set host2="-h hgwbeta"
 endif
  
 # set flags for RR queries
 if ( $mach1 != "hgwdev" &&  $mach1 != "hgwbeta" ) then