hush: fix "while true; do true; done" + ctrl-z

This commit is contained in:
Denis Vlasenko
2007-05-04 21:37:27 +00:00
parent 3349fc4da9
commit ac0e5ab96a
2 changed files with 123 additions and 92 deletions

View File

@@ -1,5 +1,8 @@
Various bits of what is known about busybox shells, in no particular order.
2007-05-04
hush: make ctrl-Z/C work correctly for "while true; do true; done"
2007-05-03
hush: new bug spotted: Ctrl-C on "while true; do true; done" doesn't
work right: