busybox/shell
Rob Landley 0fcd9430ce This one's from me. Fix ash "standalone shell".
If we exec /proc/self/exe and only fall back to /bin/busybox if /proc isn't
there, then we have a reasonable chance of having the standalone shell work
even if busybox isn't installed in /bin on the system in question.

Still won't work in a chroot environment, but it's an improvement.
2005-05-07 08:27:34 +00:00
..
ash.c This one's from me. Fix ash "standalone shell". 2005-05-07 08:27:34 +00:00
cmdedit.c
cmdedit.h
Config.in
hush.c
lash.c Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to track initialization of getopt() 2005-03-04 01:33:17 +00:00
Makefile
Makefile.in
msh.c