hush: add parse tree debug print

This commit is contained in:
Denis Vlasenko
2007-05-04 13:07:27 +00:00
parent 6e6d331d97
commit 400c5b6fc6
2 changed files with 66 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
Various bits of what is known about busybox shells, in no particular order.
2007-05-03
hush: new bug spotted: Ctrl-C on "while true; do true; done" kills shell,
not just the loop.
2007-05-03
hush: update on "sleep 1 | exit 3; echo $?" bug.
parse_stream_outer() repeatedly calls parse_stream().