hush: fix handling of } which is not a closing one in { cmd; }

function                                             old     new   delta
parse_stream                                        2176    2302    +126
builtin_unset                                        381     387      +6
This commit is contained in:
Denis Vlasenko
2009-04-19 13:57:51 +00:00
parent a29c935442
commit bf25fbccb9
6 changed files with 45 additions and 18 deletions

View File

@@ -0,0 +1 @@
word} }

View File

@@ -0,0 +1 @@
{ echo word} }; }