blob: ea1174379db8732a77b4e426ce7ceb5e9eb5c93c [file] [log] [blame]
Denis Vlasenkoe4712752007-04-14 15:08:41 +00001Various 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)