- add FIXME to brokenness in the installer..

This commit is contained in:
Bernhard Reutner-Fischer 2006-11-22 18:40:06 +00:00
parent 7627cc1454
commit b40bdb383a

View 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);