src/utils/qa/getAssemblies.csh 1.22
1.22 2009/04/13 19:38:19 rhead
Removed a redundant set host command that was causing the script to choke when hgwbeta was explicitly specified as an argument.
Index: src/utils/qa/getAssemblies.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/getAssemblies.csh,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -B -U 4 -r1.21 -r1.22
--- src/utils/qa/getAssemblies.csh 11 Apr 2009 00:37:03 -0000 1.21
+++ src/utils/qa/getAssemblies.csh 13 Apr 2009 19:38:19 -0000 1.22
@@ -46,9 +46,8 @@
endif
if (($#argv > 1 && $quiet == 1) || $#argv == 3 ) then
set machine="$argv[2]"
- set host="-h $argv[2]"
if ($argv[2] == "hgwdev") then
set host=""
endif
else