diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-22 18:40:06 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-22 18:40:06 +0000 |
commit | 0adeb9a519691b6dee5135735836bd0694664c9e (patch) | |
tree | 30f2a2ae620c7b8d76b19b15aa40ef5de2d45264 | |
parent | 88c12b4307ef988e2ec089d1bdb19edc40623712 (diff) | |
download | busybox-w32-0adeb9a519691b6dee5135735836bd0694664c9e.tar.gz busybox-w32-0adeb9a519691b6dee5135735836bd0694664c9e.tar.bz2 busybox-w32-0adeb9a519691b6dee5135735836bd0694664c9e.zip |
- add FIXME to brokenness in the installer..
git-svn-id: svn://busybox.net/trunk/busybox@16630 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | applets/busybox.c | 1 |
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) | |||
92 | } | 92 | } |
93 | 93 | ||
94 | /* link */ | 94 | /* link */ |
95 | // XXX: FIXME: this is broken. Why not just use argv[0] ? | ||
95 | busybox = xreadlink("/proc/self/exe"); | 96 | busybox = xreadlink("/proc/self/exe"); |
96 | if (busybox) { | 97 | if (busybox) { |
97 | install_links(busybox, use_symbolic_links); | 98 | install_links(busybox, use_symbolic_links); |