hush: fix heredoc <<- handling.
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 7 Apr 2009 13:26:18 +0000 (13:26 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 7 Apr 2009 13:26:18 +0000 (13:26 -0000)
commitaf07b7c5b6717a4609ea9c77ab6ca9008456a8b0
treefd262bbf9c855051ee2c0ac61ad876f39c63eec8
parent50f3aa454785b6acc9ef19b94eff003a83bd0b01
hush: fix heredoc <<- handling.
 hush-misc/heredoc2.tests testcase needs only one fix now -
 $var and `cmd` expancsion in heredocs

function                                             old     new   delta
parse_redirect                                       265     306     +41
parse_stream                                        1866    1899     +33
shell/hush.c