mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
- add FIXME to brokenness in the installer..
This commit is contained in:
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
Block a user