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:
8e3aff0
)
remove duplicate comment
author
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 10 May 2010 10:25:36 +0000
(12:25 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Mon, 10 May 2010 10:25:36 +0000
(12:25 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
debianutils/run_parts.c
patch
|
blob
|
history
diff --git
a/debianutils/run_parts.c
b/debianutils/run_parts.c
index 37e8487e18117e44ca2907cdde21d764b3227841..ba05897f9b0f5af6abecdeec956b783061307357 100644
(file)
--- a/
debianutils/run_parts.c
+++ b/
debianutils/run_parts.c
@@
-121,7
+121,6
@@
int run_parts_main(int argc UNUSED_PARAM, char **argv)
#if ENABLE_FEATURE_RUN_PARTS_LONG_OPTIONS
applet_long_options = runparts_longopts;
#endif
- /* We require exactly one argument: the directory name */
/* We require exactly one argument: the directory name */
opt_complementary = "=1:a::";
getopt32(argv, "ra:u:t"IF_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p);