projects
/
oweals
/
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 4d59b45181b63acb0bc5c4c75af5beb6d9998ecf..bb9eb3af7e6aa8417a2d6c631b95d31230adcdf1 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);