diff --git a/tools/patcheck b/tools/patcheck index 934e5b9451..ab6f73a784 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -9,7 +9,7 @@ if [ $# = 0 ]; then fi GREP=grep -EGREP=egrep +EGREP='grep -E' TMP=patcheck.tmp OPT="-nH" #FILES=$($GREP '^+++' $* | sed 's/+++ //g')