diff --git a/bugs-in-changelog.sh b/bugs-in-changelog.sh index db9f046c1..8b38c4bec 100755 --- a/bugs-in-changelog.sh +++ b/bugs-in-changelog.sh @@ -62,7 +62,7 @@ bugzilla \ # list them. jiraids=$( git log "$1" | - grep -Eio 'RHEL-[0-9]+' | + grep -Eio 'RHEL-[0-9]{3,}' | sort -u )