From: Denys Vlasenko Date: Mon, 10 May 2010 10:25:36 +0000 (+0200) Subject: remove duplicate comment X-Git-Tag: 1_17_0~242 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6334390aef2eb52cc827a6d18f942b2b8a04ef59;p=oweals%2Fbusybox.git remove duplicate comment Signed-off-by: Denys Vlasenko --- 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 @@ -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);