aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/busybox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 4d59b4518..bb9eb3af7 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -92,6 +92,7 @@ int busybox_main(int argc, char **argv)
92 } 92 }
93 93
94 /* link */ 94 /* link */
95// XXX: FIXME: this is broken. Why not just use argv[0] ?
95 busybox = xreadlink("/proc/self/exe"); 96 busybox = xreadlink("/proc/self/exe");
96 if (busybox) { 97 if (busybox) {
97 install_links(busybox, use_symbolic_links); 98 install_links(busybox, use_symbolic_links);