diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 12:25:36 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-10 12:25:36 +0200 |
commit | 6334390aef2eb52cc827a6d18f942b2b8a04ef59 (patch) | |
tree | 5477c432745c51f2a07780f06ad20a7cc310d300 /debianutils | |
parent | 8e3aff0ce03cbc44b2fa80fb62fa2378a5212a5a (diff) | |
download | busybox-w32-6334390aef2eb52cc827a6d18f942b2b8a04ef59.tar.gz busybox-w32-6334390aef2eb52cc827a6d18f942b2b8a04ef59.tar.bz2 busybox-w32-6334390aef2eb52cc827a6d18f942b2b8a04ef59.zip |
remove duplicate comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/run_parts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 37e8487e1..ba05897f9 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -122,7 +122,6 @@ int run_parts_main(int argc UNUSED_PARAM, char **argv) | |||
122 | applet_long_options = runparts_longopts; | 122 | applet_long_options = runparts_longopts; |
123 | #endif | 123 | #endif |
124 | /* We require exactly one argument: the directory name */ | 124 | /* We require exactly one argument: the directory name */ |
125 | /* We require exactly one argument: the directory name */ | ||
126 | opt_complementary = "=1:a::"; | 125 | opt_complementary = "=1:a::"; |
127 | getopt32(argv, "ra:u:t"IF_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p); | 126 | getopt32(argv, "ra:u:t"IF_FEATURE_RUN_PARTS_FANCY("l"), &arg_list, &umask_p); |
128 | 127 | ||