Comment # 1 on bug 1208947 from
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: