src/utils/qa/findBlatServer.csh 1.8

1.8 2009/03/21 00:29:25 rhead
Changed host hgwbeta to host hgofbeta.
Index: src/utils/qa/findBlatServer.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/findBlatServer.csh,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 4 -r1.7 -r1.8
--- src/utils/qa/findBlatServer.csh	31 Jul 2008 17:50:38 -0000	1.7
+++ src/utils/qa/findBlatServer.csh	21 Mar 2009 00:29:25 -0000	1.8
@@ -50,9 +50,9 @@
 endif
 
 echo $machine | grep hgwbeta > /dev/null
 if ( ! $status ) then
-  set machine='-h hgwbeta hgcentralbeta'
+  set machine='-h hgofbeta hgcentralbeta'
 endif
   
 echo $machine | grep hgwdev > /dev/null
 if ( ! $status ) then