From 61652a1a14ebe357db504a3fdb06cf665e38dba2 Mon Sep 17 00:00:00 2001 From: vda Date: Fri, 4 May 2007 14:54:36 +0000 Subject: applets: fix compile-time warning git-svn-id: svn://busybox.net/trunk/busybox@18557 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- shell/README | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/README b/shell/README index c3e7132ce..d962be9bf 100644 --- a/shell/README +++ b/shell/README @@ -1,8 +1,13 @@ 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. +hush: new bug spotted: Ctrl-C on "while true; do true; done" doesn't +work right: +# while true; do true; done +[1] 0 true <-- pressing Ctrl-C several times... +[2] 0 true +[3] 0 true +Segmentation fault 2007-05-03 hush: update on "sleep 1 | exit 3; echo $?" bug. -- cgit v1.2.3-55-g6feb