src/utils/qa/findBlatServer.csh 1.12
1.12 2009/07/06 18:03:15 rhead
Changed single quotes to double quotes so that sqlbeta variable gets interpreted.
Index: src/utils/qa/findBlatServer.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/findBlatServer.csh,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/utils/qa/findBlatServer.csh 5 May 2009 23:13:56 -0000 1.11
+++ src/utils/qa/findBlatServer.csh 6 Jul 2009 18:03:15 -0000 1.12
@@ -51,9 +51,9 @@
endif
echo $machine | grep hgwbeta > /dev/null
if ( ! $status ) then
- set machine='-h $sqlbeta hgcentralbeta'
+ set machine="-h $sqlbeta hgcentralbeta"
endif
echo $machine | grep hgwdev > /dev/null
if ( ! $status ) then