Re: scripts/config: fix variable substitution command

2013-09-15 Thread Sedat Dilek
an you point me/us to the correct commit with subject, please?! >> > >> > My apologies for that mistake. The initial commit, as present in Linus >> > tree, is: >> > 83e8b90e1d2cc5ff5d2443f2486c2d786a4997ce - scripts/config: use sed's >> > POSIX in

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Yann E. MORIN
ies for that mistake. The initial commit, as present in Linus > > tree, is: > > 83e8b90e1d2cc5ff5d2443f2486c2d786a4997ce - scripts/config: use sed's > > POSIX interface > > > > Thus, the commit message for this patch should read:

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Yann E. MORIN
Sedat, All, On 2013-09-14 14:21 +0200, Sedat Dilek spake thusly: > The ChangeLog from [1] says: > > Commit 229455bc02b87f7128f190c4491b4ce38648 accidentally changed > the separator between sed `s' command and its parameters from ':' to > '/'. > Revert this change. [--SNIP--] > Is this patch e

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Sedat Dilek
;> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/SubmittingPatches#n112 > > > Hi Sedat, > > My apologies for that mistake. The initial commit, as present in Linus tree, > is: > 83e8b90e1d2cc5ff5d2443f2486c2d786a4997ce - scripts/config:

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Clément Chauplannaz
/?id=86eb781889ec31f6421b86ab252ea609d456322d > [2] > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/SubmittingPatches#n112 Hi Sedat, My apologies for that mistake. The initial commit, as present in Linus tree, is: 83e8b90e1d2cc5ff5d2443f2486c2d786a4997ce - scr

Re: scripts/config: fix variable substitution command

2013-09-14 Thread Sedat Dilek
Hi, The ChangeLog from [1] says: Commit 229455bc02b87f7128f190c4491b4ce38648 accidentally changed the separator between sed `s' command and its parameters from ':' to '/'. Revert this change. Reported-and-tested-by: Linus Walleij Signed-off-by: Clement Chauplannaz Signed-off-by: Michal Mar

Re: [PATCH] scripts/config: fix variable substitution command

2013-09-13 Thread Linus Walleij
On Fri, Sep 13, 2013 at 10:45 AM, Clement Chauplannaz wrote: > Commit 229455bc02b87f7128f190c4491b4ce38648 accidentally changed the > separator between sed `s' command and its parameters from ':' to '/'. > > Revert this change. > > Signed-off-by: Clement Chauplannaz This patch fixes my issu

[PATCH] scripts/config: fix variable substitution command

2013-09-13 Thread Clement Chauplannaz
Commit 229455bc02b87f7128f190c4491b4ce38648 accidentally changed the separator between sed `s' command and its parameters from ':' to '/'. Revert this change. Signed-off-by: Clement Chauplannaz --- scripts/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/co