aboutsummaryrefslogtreecommitdiff
path: root/shell/README
diff options
context:
space:
mode:
Diffstat (limited to 'shell/README')
-rw-r--r--shell/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/README b/shell/README
index a9b434637..a09353d6c 100644
--- a/shell/README
+++ b/shell/README
@@ -1,6 +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 32007-05-24
4hush: environment-related memory leak plugged, with net code size
5decrease.
6
72007-05-24
4hush: '( echo ${name )' will show syntax error message, but prompt 8hush: '( echo ${name )' will show syntax error message, but prompt
5doesn't return (need to press <enter>). Pressing Ctrl-C, <enter>, 9doesn't return (need to press <enter>). Pressing Ctrl-C, <enter>,
6'( echo ${name )' again, Ctrl-C segfaults. 10'( echo ${name )' again, Ctrl-C segfaults.