- add FIXME to brokenness in the installer..
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Nov 2006 18:40:06 +0000 (18:40 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 22 Nov 2006 18:40:06 +0000 (18:40 -0000)
applets/busybox.c

index 4d59b45..bb9eb3a 100644 (file)
@@ -92,6 +92,7 @@ int busybox_main(int argc, char **argv)
                }
 
                /* link */
+// XXX: FIXME: this is broken. Why not just use argv[0] ?
                busybox = xreadlink("/proc/self/exe");
                if (busybox) {
                        install_links(busybox, use_symbolic_links);