Hello Thomas,

On Tue, 5 Jun 2018 01:26:04 +0200 (CEST), Thomas Gleixner wrote:
> (...) commit 360b85e1 fixes absolutely nothing because
> it merily adds -n to the sed invocation (...)

Really?

-      sed -n "/^${header}/,/^[^[:blank:]]/ { /^${header}/ { s/^${header}//p; 
n; }; /^[^[:blank:]]/q; /^$/q; p; }"
+      sed -ne "/^${header}/I,/^[^[:blank:]]/ { /^${header}/I { 
s/^${header}//I; p; n; }; /^[^[:blank:]]/q; /^$/q; p; }"

-- 
Jean Delvare
SUSE L3 Support

_______________________________________________
Quilt-dev mailing list
Quilt-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to