6381d8491bbc3c33a7fbfb11fe2a0d8c56c4b06d
galt
  Sun Jun 13 14:57:13 2010 -0700
tweaking git pull to be safer
diff --git src/utils/qa/makefile src/utils/qa/makefile
index f0fb4cb..4ba7a98 100644
--- src/utils/qa/makefile
+++ src/utils/qa/makefile
@@ -4,9 +4,7 @@
 # make SCRIPTS=/cluster/bin/scripts
 
 install:
-
-	${GIT} pull origin master
-	${GIT} checkout master
+	${GIT} pull -q
 	cp -p --remove-destination activeGenbank.csh       ${SCRIPTS}
 	cp -p --remove-destination alertBqueue.csh         ${SCRIPTS}
 	cp -p --remove-destination allowTraffic.csh        ${SCRIPTS}