From 400c5b6fc6aea218fdfbc14ac709a848d9c696b0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 4 May 2007 13:07:27 +0000 Subject: hush: add parse tree debug print --- shell/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/README') diff --git a/shell/README b/shell/README index 989587a4f..c3e7132ce 100644 --- a/shell/README +++ b/shell/README @@ -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(). -- cgit v1.2.3