diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-24 13:52:46 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-05-24 13:52:46 +0000 |
commit | 10ee77f0722d0b205bf97893ee12203bd3868f65 (patch) | |
tree | b6c11ad54e9ca3363044a5744ff51eeb4a9b2a30 | |
parent | cd65fcb0f422f2caea70ff39848d7b6466c5396a (diff) | |
download | busybox-w32-10ee77f0722d0b205bf97893ee12203bd3868f65.tar.gz busybox-w32-10ee77f0722d0b205bf97893ee12203bd3868f65.tar.bz2 busybox-w32-10ee77f0722d0b205bf97893ee12203bd3868f65.zip |
hush: update README with yet another failure case
git-svn-id: svn://busybox.net/trunk/busybox@18685 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | shell/README | 5 |
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 @@ | |||
1 | Various bits of what is known about busybox shells, in no particular order. | 1 | Various bits of what is known about busybox shells, in no particular order. |
2 | 2 | ||
3 | 2007-05-24 | ||
4 | hush: '( echo ${name )' will show syntax error message, but prompt | ||
5 | doesn't return (need to press <enter>). Pressing Ctrl-C, <enter>, | ||
6 | '( echo ${name )' again, Ctrl-C segfaults. | ||
7 | |||
3 | 2007-05-21 | 8 | 2007-05-21 |
4 | hush: environment cannot be handled by libc routines as they are leaky | 9 | hush: 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, |