projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7627cc1
)
- add FIXME to brokenness in the installer..
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 22 Nov 2006 18:40:06 +0000
(18:40 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Wed, 22 Nov 2006 18:40:06 +0000
(18:40 -0000)
applets/busybox.c
patch
|
blob
|
history
diff --git
a/applets/busybox.c
b/applets/busybox.c
index
4d59b45
..
bb9eb3a
100644
(file)
--- 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);