msh: style fixes

shell/README - a place to record things about busybox shells
This commit is contained in:
Denis Vlasenko
2007-04-14 15:08:41 +00:00
parent 5f9468e996
commit e471275813
2 changed files with 10 additions and 6 deletions

6
shell/README Normal file
View File

@@ -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)