[git commit master] remove duplicate comment

Denys Vlasenko vda.linux at googlemail.com
Mon May 10 10:25:36 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=6334390aef2eb52cc827a6d18f942b2b8a04ef59
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 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 37e8487..ba05897 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)
 	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);
 
-- 
1.6.3.3



More information about the busybox-cvs mailing list