src/utils/qa/copyExtSeqRows.csh 1.9
1.9 2009/05/21 23:18:26 ann
quiet the egrep. this section also works for symlinks (which was untested until now)
Index: src/utils/qa/copyExtSeqRows.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/copyExtSeqRows.csh,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/utils/qa/copyExtSeqRows.csh 21 May 2009 22:58:26 -0000 1.8
+++ src/utils/qa/copyExtSeqRows.csh 21 May 2009 23:18:26 -0000 1.9
@@ -87,9 +87,9 @@
exit 1
endif
# check to see if it is a single fileName or a fileList
-file $filelist | egrep "ASCII text" > /dev/null
+file $filelist | egrep -q "ASCII"
if (! $status) then
set files=`cat $filelist`
else
set files=$filelist