mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
bugs-in-changelog.sh: Use grep -E instead of egrep
New version of coreutils egrep whinges.
This commit is contained in:
@@ -31,7 +31,7 @@ fi
|
||||
# Comma-separated list of Bugzilla IDs.
|
||||
bugids=$(
|
||||
git log "$1" |
|
||||
egrep -io 'RHBZ#[0-9]+|https?://bugzilla.redhat.com/[a-z\.\?/_=]*[0-9]+' |
|
||||
grep -Eio 'RHBZ#[0-9]+|https?://bugzilla.redhat.com/[a-z\.\?/_=]*[0-9]+' |
|
||||
sed 's/^[^0-9]*//' |
|
||||
sort -u |
|
||||
tr '\n' ',' |
|
||||
|
||||
Reference in New Issue
Block a user