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:
@@ -0,0 +1 @@
|
||||
a:[a]
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
for s in \
|
||||
a; do
|
||||
echo "a:[$s]"
|
||||
done
|
||||
Reference in New Issue
Block a user