aboutsummaryrefslogtreecommitdiff
path: root/shell/README
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-14 15:08:41 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-14 15:08:41 +0000
commitd99f2c6dbc858d893becfca0a1015353e42d21fb (patch)
tree991ef2c2fbc644eca44f5bbf18dfc30745d85d40 /shell/README
parent52e4828d522d1cc75f43d064a871943de305a08e (diff)
downloadbusybox-w32-d99f2c6dbc858d893becfca0a1015353e42d21fb.tar.gz
busybox-w32-d99f2c6dbc858d893becfca0a1015353e42d21fb.tar.bz2
busybox-w32-d99f2c6dbc858d893becfca0a1015353e42d21fb.zip
msh: style fixes
shell/README - a place to record things about busybox shells git-svn-id: svn://busybox.net/trunk/busybox@18440 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'shell/README')
-rw-r--r--shell/README6
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 @@
1Various bits of what is known about busybox shells, in no particular order.
2
32007-04-14
4lash, hush: both do setsid() and as a result don't have ctty!
5Ctrl-C doesn't work for any child (try rm -i), etc...
6lash: bare ">file" doesn't create a file (hush works)