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. >

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

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

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

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

2013-09-13 Thread Clément Chauplannaz
2013/9/12 Linus Walleij linus.wall...@linaro.org: On Thu, Aug 15, 2013 at 11:17 PM, Yann E. MORIN yann.morin.1...@free.fr wrote: From: Clement Chauplannaz chaup...@gmail.com Script `config' relies on extensions of `GNU sed', and is thus not working on all Unixes: - in-place edition of

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 chaup...@gmail.com 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

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 linus.wall...@linaro.org wrote: On Fri, Sep 13, 2013 at 10:38 AM, Clément Chauplannaz chaup...@gmail.com 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

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 linus.wall...@linaro.org wrote: On Fri, Sep 13, 2013 at 10:38 AM, Clément Chauplannaz chaup...@gmail.com wrote: Thank you for this report. I was able to reproduce this bug and fix it. Thanks!

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

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 yann.morin.1...@free.fr wrote: From: Clement Chauplannaz chaup...@gmail.com 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

[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'

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

2013-08-15 Thread Yann E. MORIN
From: Clement Chauplannaz chaup...@gmail.com 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; -