This one's from me. Fix ash "standalone shell".
authorRob Landley <rob@landley.net>
Sat, 7 May 2005 08:27:34 +0000 (08:27 -0000)
committerRob Landley <rob@landley.net>
Sat, 7 May 2005 08:27:34 +0000 (08:27 -0000)
commit0fcd9430ceabcc2a0bec9470f358f56572d36f3d
tree2a0143f3ae1e7706e1ea7b2a741e9a8894b34c9a
parentcce1ae2ce541563eb70dcb181b5031fe1ad98e4a
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.
shell/ash.c