make busybox --install work even if /proc/self/exe doesn't exist
authorDenis Vlasenko <vda.linux@googlemail.com>
Fri, 8 Jun 2007 15:02:55 +0000 (15:02 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Fri, 8 Jun 2007 15:02:55 +0000 (15:02 -0000)
commitbdbbb7ec49040563628758a2581a5f8e44f53277
tree040fdad2cf7f793717c7088c24047b654732541b
parentc14d39e83a7f55ab9b92e98673a281fd6565c32d
make busybox --install work even if /proc/self/exe doesn't exist

# size busybox_old busybox_unstripped
   text    data     bss     dec     hex filename
 680095    2704   15648  698447   aa84f busybox_old
 680099    2704   15648  698451   aa853 busybox_unstripped
applets/applets.c
include/libbb.h
libbb/execable.c
libbb/messages.c
libbb/vfork_daemon_rexec.c
shell/ash.c
shell/hush.c
shell/msh.c