http://bugzilla.opensuse.org/show_bug.cgi?id=1208947 http://bugzilla.opensuse.org/show_bug.cgi?id=1208947#c1 --- Comment #1 from Andreas Stieger <Andreas.Stieger@gmx.de> --- Please merge https://github.com/openSUSE/kernel-source/pull/13 diff --git a/scripts/sequence-patch.sh b/scripts/sequence-patch.sh index 15f94093fc28..bdfac196f42e 100755 --- a/scripts/sequence-patch.sh +++ b/scripts/sequence-patch.sh @@ -503,7 +503,7 @@ if ! [ -d $ORIG_DIR ]; then fi if $VANILLA; then - PATCHES=( $(scripts/guards $SYMBOLS < series.conf | egrep '^patches\.(kernel\.org|rpmify)/') ) + PATCHES=( $(scripts/guards $SYMBOLS < series.conf | grep -E '^patches\.(kernel\.org|rpmify)/') ) else PATCHES=( $(scripts/guards $SYMBOLS < series.conf) ) fi -- You are receiving this mail because: You are on the CC list for the bug.