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:
ac7d0e3
)
whitespace fix
author
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 8 Oct 2007 20:45:42 +0000
(20:45 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Mon, 8 Oct 2007 20:45:42 +0000
(20:45 -0000)
libbb/appletlib.c
patch
|
blob
|
history
diff --git
a/libbb/appletlib.c
b/libbb/appletlib.c
index 626c25a8f97ddf59bf35ff74f7c68380736fb44b..565dacf36d7ec0956005f19dc05dbab6561335c8 100644
(file)
--- a/
libbb/appletlib.c
+++ b/
libbb/appletlib.c
@@
-134,6
+134,6
@@
void bbox_prepare_main(char **argv)
setlocale(LC_ALL, "");
/* Redundant for busybox, but needed for individual applets */
-
if (argv[1] && strcmp(argv[1], "--help") == 0)
+ if (argv[1] && strcmp(argv[1], "--help") == 0)
bb_show_usage();
}