diff --git a/ci/gh-util.sh b/ci/gh-util.sh index 3ab62b9b81..9f8f91eda7 100755 --- a/ci/gh-util.sh +++ b/ci/gh-util.sh @@ -79,8 +79,8 @@ list_issues_for_pr() # " " # local issues=$(echo "$commits" |\ - egrep -v "^( | )" |\ - egrep -i "fixes:* *(#*[0-9][0-9]*)" |\ + grep -v -E "^( | )" |\ + grep -i -E "fixes:* *(#*[0-9][0-9]*)" |\ tr ' ' '\n' |\ grep "[0-9][0-9]*" |\ sed 's/[.,\#]//g' |\