Re: [PATCH 1/2 1.24] ash: fix error during recursive processing of here document

2016-03-22 Thread Mike Frysinger
On 22 Mar 2016 09:21, Ron Yorston wrote: > Mike Frysinger wrote: > >i've cherry picked back this commit to the 1.24 branch > > Thanks, but why not 2/2 also? because that wasn't a cherry pick, it was a squash of commits. -mike signature.asc Description: Digital signature

Re: [PATCH 1/2 1.24] ash: fix error during recursive processing of here document

2016-03-22 Thread Natanael Copa
On Tue, 22 Mar 2016 09:21:24 + Ron Yorston wrote: > Mike Frysinger wrote: > >i've cherry picked back this commit to the 1.24 branch > > Thanks, but why not 2/2 also? I wonder that too. The 2/2 patch fixes this: foo () { cat

Re: [PATCH 1/2 1.24] ash: fix error during recursive processing of here document

2016-03-22 Thread Ron Yorston
Mike Frysinger wrote: >i've cherry picked back this commit to the 1.24 branch Thanks, but why not 2/2 also? Ron ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: [PATCH 1/2 1.24] ash: fix error during recursive processing of here document

2016-03-21 Thread Mike Frysinger
i've cherry picked back this commit to the 1.24 branch -mike signature.asc Description: Digital signature ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

[PATCH 1/2 1.24] ash: fix error during recursive processing of here document

2016-03-19 Thread Ron Yorston
Save the value of the checkkwd flag to prevent it being clobbered during recursion. Based on commit ec2c84d from git://git.kernel.org/pub/scm/utils/dash/dash.git by Herbert Xu. Signed-off-by: Ron Yorston --- shell/ash.c | 5 +++-- shell/ash_test/ash-heredoc/heredoc