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

Natanael Copa ncopa at alpinelinux.org
Tue Mar 22 11:51:00 UTC 2016


On Tue, 22 Mar 2016 09:21:24 +0000
Ron Yorston <rmy at pobox.com> 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 <<EOF && { echo "$1" ; }
$1
EOF
}

foo "bar"


-nc


More information about the busybox mailing list