hush: update README with yet another failure case
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 24 May 2007 13:52:46 +0000 (13:52 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 24 May 2007 13:52:46 +0000 (13:52 -0000)
shell/README

index 919cb9feffa69dbcd27c3067835c6c98f2f770f1..a9b434637fdb94052a56e54394a34d3358c83e6e 100644 (file)
@@ -1,5 +1,10 @@
 Various bits of what is known about busybox shells, in no particular order.
 
+2007-05-24
+hush: '( echo ${name )' will show syntax error message, but prompt
+doesn't return (need to press <enter>). Pressing Ctrl-C, <enter>,
+'( echo ${name )' again, Ctrl-C segfaults.
+
 2007-05-21
 hush: environment cannot be handled by libc routines as they are leaky
 (by API design and thus unfixable): hush will leak memory in this script,