summaryrefslogtreecommitdiffstats
path: root/util/scripts/cross-repo-cherrypick
diff options
context:
space:
mode:
Diffstat (limited to 'util/scripts/cross-repo-cherrypick')
-rwxr-xr-xutil/scripts/cross-repo-cherrypick2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick
index 7442b9ba1585..1a174a977290 100755
--- a/util/scripts/cross-repo-cherrypick
+++ b/util/scripts/cross-repo-cherrypick
@@ -36,7 +36,7 @@ esac
# lines must be backwards due to tac(1)
SPLICE_CMD=""
if test "$1" = "--cros"; then
- if test -z "$( commit_message |egrep '^(BUG|TEST)=')"; then
+ if test -z "$(commit_message | grep -E '^(BUG|TEST)=')"; then
SPLICE_CMD='print "\nTEST=none\nBRANCH=none\nBUG=none\n"'
fi
fi