hush: fix recent breakage from parse_stream() changes

function                                             old     new   delta
parse_stream                                        3808    3821     +13

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-04-11 20:00:43 +02:00
parent 44257ad5d0
commit f693b606b7
5 changed files with 32 additions and 22 deletions

View File

@@ -0,0 +1 @@
a:[a]

View File

@@ -0,0 +1,4 @@
for s in \
a; do
echo "a:[$s]"
done