mirror of https://github.com/mirror/busybox.git
- add FIXME to brokenness in the installer..
parent
7627cc1454
commit
b40bdb383a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue