Home | History | Annotate | Download | only in contrib

Lines Matching refs:GREP

113     if type $AWK 2>&1 | grep 'not found' > /dev/null 2>&1 ; then
133 # Test if grep supports the '--text' option
135 GREP=grep
137 if echo -e '\x00foo\x00' | $GREP --text foo > /dev/null 2>&1 ; then
138 GREP="grep --text"
140 # Our grep does not recognize the '--text' option. We have to
152 CNT=`$GREP '=== .* tests ===' $SUM_FILES | $AWK '{ print $3 }' | sort -u | wc -l`
154 TOOL=`$GREP '=== .* tests ===' $FIRST_SUM | $AWK '{ print $2 }'`
165 SUM_FILES=`$GREP -l "=== $TOOL" $SUM_FILES`
254 $GREP "Running target $VAR" $SUM_FILES > /dev/null && VARIANTS="$VARIANTS $VAR"
500 tail -2 $FIRST_SUM | $GREP '^#' > /dev/null || tail -2 $FIRST_SUM