aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-heredoc/heredoc3.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shell: syncronize ash and hush heredoc3.testsDenys Vlasenko2017-07-061-1/+9
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* ash: fix error during recursive processing of here documentRon Yorston2015-10-291-0/+1
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. function old new delta readtoken 190 203 +13 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 13/0) Total: 13 bytes Signed-off-by: Ron Yorston <rmy@pobox.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>