src/utils/qa/qaConfig.bash 1.3
1.3 2009/08/27 20:18:46 rhead
Removed spaces around variable assignment. This wasn't working! Also changed hgsqlbeta to mysqlbeta.
Index: src/utils/qa/qaConfig.bash
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/qaConfig.bash,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 1000000 -r1.2 -r1.3
--- src/utils/qa/qaConfig.bash 5 May 2009 23:23:55 -0000 1.2
+++ src/utils/qa/qaConfig.bash 27 Aug 2009 20:18:46 -0000 1.3
@@ -1,10 +1,10 @@
# qaConfig.bash
#
# This file is meant to be sourced by all of the qa scripts that use
# bash. There is a separate qaConfig.csh file for tcsh scripts.
# It is a place to set variables, and probably to do all kinds of other
# useful stuff.
# variable containing the host of the mysql server for hgwbeta
-sqlbeta = hgsqlbeta
-sqlrr = genome-centdb
+sqlbeta=mysqlbeta
+sqlrr=genome-centdb