commit | 0fcd9430ceabcc2a0bec9470f358f56572d36f3d | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat May 07 08:27:34 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Sat May 07 08:27:34 2005 +0000 |
tree | 2a0143f3ae1e7706e1ea7b2a741e9a8894b34c9a | |
parent | cce1ae2ce541563eb70dcb181b5031fe1ad98e4a [diff] |
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.