commit | 9121510dc659baf6664456796c195460468c850b | [log] [tgz] |
---|---|---|
author | Ron Yorston <rmy@pobox.com> | Thu Oct 29 11:29:59 2015 +0000 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 29 19:12:03 2015 +0100 |
tree | 9d810900b01bcb84ffedede4aa29a18963d2f209 | |
parent | 4c8576fea18552d93d43c367638bacc54c26f2b7 [diff] |
ash: add test for issue with here document This used to work but doesn't now: foo () { cat <<EOF && { echo "$1" ; } $1 EOF } foo "bar" Reported-by: Natanael Copa <ncopa@alpinelinux.org> Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>