Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-22 21:40:06 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-22 21:40:06 +0300
commitb40bdb383a6b7a7f0fd36d0b1cc24deb42cd5f0d (patch)
tree30f2a2ae620c7b8d76b19b15aa40ef5de2d45264 /applets
parent7627cc14544468d3bb8c1de0728689850480099c (diff)
- add FIXME to brokenness in the installer..
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 4d59b4518..bb9eb3af7 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -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);