svn commit: trunk/busybox/applets
aldot at busybox.net
aldot at busybox.net
Wed Nov 22 10:40:06 PST 2006
Author: aldot
Date: 2006-11-22 10:40:06 -0800 (Wed, 22 Nov 2006)
New Revision: 16630
Log:
- add FIXME to brokenness in the installer..
Modified:
trunk/busybox/applets/busybox.c
Changeset:
Modified: trunk/busybox/applets/busybox.c
===================================================================
--- trunk/busybox/applets/busybox.c 2006-11-22 18:21:08 UTC (rev 16629)
+++ trunk/busybox/applets/busybox.c 2006-11-22 18:40:06 UTC (rev 16630)
@@ -92,6 +92,7 @@
}
/* 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);
More information about the busybox-cvs
mailing list