On Tue, 5 Jun 2018, Jean Delvare wrote:

> 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; }"

Ooops. Tired brain missed the 'I' addition.

So, yes the patch fixes it. Sorry for the noise.

Thanks,

        tglx

_______________________________________________
Quilt-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to