Lines Matching refs:GREP
110 if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
130 # Test if grep supports the '--text' option
132 GREP=grep
134 if echo -e '\x00foo\x00' | $GREP --text foo > /dev/null 2>&1 ; then
135 GREP="grep --text"
137 # Our grep does not recognize the '--text' option. We have to
149 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l`
151 TOOL=`$GREP '=== .* tests ===' $FIRST_SUM | $AWK '{ print $2 }'`
162 SUM_FILES=`$GREP -l "=== $TOOL" $SUM_FILES`
251 $GREP "Running target $VAR" $SUM_FILES > /dev/null && VARIANTS="$VARIANTS $VAR"
497 tail -2 $FIRST_SUM | $GREP '^#' > /dev/null || tail -2 $FIRST_SUM