diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-14 15:08:41 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-14 15:08:41 +0000 |
commit | e4712758138aabfce1cfd8ade232fd17988f23f4 (patch) | |
tree | 991ef2c2fbc644eca44f5bbf18dfc30745d85d40 /shell/README | |
parent | 5f9468e99649c0daa5cacfe180fbd0e061df6fc3 (diff) | |
download | busybox-e4712758138aabfce1cfd8ade232fd17988f23f4.tar.gz |
msh: style fixes
shell/README - a place to record things about busybox shells
Diffstat (limited to 'shell/README')
-rw-r--r-- | shell/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/README b/shell/README new file mode 100644 index 000000000..ea1174379 --- /dev/null +++ b/shell/README @@ -0,0 +1,6 @@ +Various bits of what is known about busybox shells, in no particular order. + +2007-04-14 +lash, hush: both do setsid() and as a result don't have ctty! +Ctrl-C doesn't work for any child (try rm -i), etc... +lash: bare ">file" doesn't create a file (hush works) |