aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-05-24 13:52:46 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-05-24 13:52:46 +0000
commit163a8557310911bcf8b852a282c0aa855b778058 (patch)
treeb6c11ad54e9ca3363044a5744ff51eeb4a9b2a30
parent5a1437d8355f44702d9ff85311cfd11f2625217c (diff)
downloadbusybox-w32-163a8557310911bcf8b852a282c0aa855b778058.tar.gz
busybox-w32-163a8557310911bcf8b852a282c0aa855b778058.tar.bz2
busybox-w32-163a8557310911bcf8b852a282c0aa855b778058.zip
hush: update README with yet another failure case
-rw-r--r--shell/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/README b/shell/README
index 919cb9fef..a9b434637 100644
--- a/shell/README
+++ b/shell/README
@@ -1,5 +1,10 @@
1Various bits of what is known about busybox shells, in no particular order. 1Various bits of what is known about busybox shells, in no particular order.
2 2
32007-05-24
4hush: '( echo ${name )' will show syntax error message, but prompt
5doesn't return (need to press <enter>). Pressing Ctrl-C, <enter>,
6'( echo ${name )' again, Ctrl-C segfaults.
7
32007-05-21 82007-05-21
4hush: environment cannot be handled by libc routines as they are leaky 9hush: environment cannot be handled by libc routines as they are leaky
5(by API design and thus unfixable): hush will leak memory in this script, 10(by API design and thus unfixable): hush will leak memory in this script,