hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 May 2009 15:18:34 +0000 (17:18 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 2 May 2009 15:18:34 +0000 (17:18 +0200)
commitb1cfc453760b3b3b81bb3217f68074a98c96084b
tree3567c42f4fd94570e3e68fa9b0557fa93f098a7d
parentaa0a12d5495a9cc8612e026ea5787eee4b019095
hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.

function                                             old     new   delta
syntax_error_unexpected_ch                            31      41     +10
parse_stream                                        2184    2191      +7

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c