Added support for being a login shell, so things like '-su' or '-sh' (stuff
authorEric Andersen <andersen@codepoet.org>
Thu, 29 Jun 2000 20:20:14 +0000 (20:20 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 29 Jun 2000 20:20:14 +0000 (20:20 -0000)
commit5d41d60f1e78aceb92555596c3a58c13c65d4e5b
tree51ac3363a0e3e2eb955b8d3e8c5d6548e05f7e16
parent2e1148b2393b1bcb72804a0c0de1408ca02a0189
Added support for being a login shell, so things like '-su' or '-sh' (stuff
where argv[0][0]=='-') will now always invoke the shell.  Now you can use
BusyBox as a login shell.
 -Erik
Changelog
applets/busybox.c
busybox.c