Re: [PATCH 2/4] scripts/config: use sed's POSIX interface

2013-09-13 Thread Michal Marek
Dne 13.9.2013 11:54, Clément Chauplannaz napsal(a): > On Sep 13, 2013, at 11:32 AM, Linus Walleij wrote: > >> On Fri, Sep 13, 2013 at 10:38 AM, Clément Chauplannaz >> wrote: >> >>> Thank you for this report. I was able to reproduce this bug and fix it. >> >> Thanks! Tested and works fine. > Glad

Re: [PATCH 2/4] scripts/config: use sed's POSIX interface

2013-09-13 Thread Clément Chauplannaz
On Sep 13, 2013, at 11:32 AM, Linus Walleij wrote: > On Fri, Sep 13, 2013 at 10:38 AM, Clément Chauplannaz > wrote: > >> Thank you for this report. I was able to reproduce this bug and fix it. > > Thanks! Tested and works fine. Glad to read the patch solves your issue. Thanks for the quick fee

Re: [PATCH 2/4] scripts/config: use sed's POSIX interface

2013-09-13 Thread Linus Walleij
On Fri, Sep 13, 2013 at 10:38 AM, Clément Chauplannaz wrote: > Thank you for this report. I was able to reproduce this bug and fix it. Thanks! Tested and works fine. > My previous commit changed the separator between sed's substitute > command and its parameters, from ':' to '/'. The latter con

Re: [PATCH 2/4] scripts/config: use sed's POSIX interface

2013-09-13 Thread Clément Chauplannaz
2013/9/12 Linus Walleij : > On Thu, Aug 15, 2013 at 11:17 PM, Yann E. MORIN > wrote: > >> From: Clement Chauplannaz >> >> Script `config' relies on extensions of `GNU sed', and is thus not >> working on all Unixes: >> - in-place edition of files (-i), which can be replaced with >> a tempor

Re: [PATCH 2/4] scripts/config: use sed's POSIX interface

2013-09-12 Thread Linus Walleij
On Thu, Aug 15, 2013 at 11:17 PM, Yann E. MORIN wrote: > From: Clement Chauplannaz > > Script `config' relies on extensions of `GNU sed', and is thus not > working on all Unixes: > - in-place edition of files (-i), which can be replaced with > a temporary file; > - extended-regexps (-r),

[PATCH 2/4] scripts/config: use sed's POSIX interface

2013-08-15 Thread Yann E. MORIN
From: Clement Chauplannaz Script `config' relies on extensions of `GNU sed', and is thus not working on all Unixes: - in-place edition of files (-i), which can be replaced with a temporary file; - extended-regexps (-r), which can be split into basic regexps; - single-line calls to `a' c