msh: style fixes
[platform/upstream/busybox.git] / shell / README
1 Various bits of what is known about busybox shells, in no particular order.
2
3 2007-04-14
4 lash, hush: both do setsid() and as a result don't have ctty!
5 Ctrl-C doesn't work for any child (try rm -i), etc...
6 lash: bare ">file" doesn't create a file (hush works)