svn commit: trunk/busybox/shell
vda at busybox.net
vda at busybox.net
Thu May 24 13:52:47 UTC 2007
Author: vda
Date: 2007-05-24 06:52:46 -0700 (Thu, 24 May 2007)
New Revision: 18685
Log:
hush: update README with yet another failure case
Modified:
trunk/busybox/shell/README
Changeset:
Modified: trunk/busybox/shell/README
===================================================================
--- trunk/busybox/shell/README 2007-05-24 13:22:47 UTC (rev 18684)
+++ trunk/busybox/shell/README 2007-05-24 13:52:46 UTC (rev 18685)
@@ -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,
More information about the busybox-cvs
mailing list