[git commit master] dpkg: remove redundant check

Denys Vlasenko vda.linux at googlemail.com
Tue Mar 30 14:20:34 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=84f6def072778e30bbaa7c98256e7e421a3c5bc4
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

function                                             old     new   delta
dpkg_main                                           4008    3991     -17

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 archival/dpkg.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/archival/dpkg.c b/archival/dpkg.c
index 7caccef..219512b 100644
--- a/archival/dpkg.c
+++ b/archival/dpkg.c
@@ -1739,7 +1739,6 @@ int dpkg_main(int argc UNUSED_PARAM, char **argv)
 	//if (opt & OPT_unpack) ... // -u (--unpack in official dpkg)
 	if (!(opt & OPTMASK_cmd) /* no cmd */
 	 || ((opt & OPTMASK_cmd) & ((opt & OPTMASK_cmd)-1)) /* more than one cmd */
-	 || (!(opt & OPT_list_installed) && !argv[0]) /* - all except -l require argument */
 	) {
 		bb_show_usage();
 	}
-- 
1.6.3.3



More information about the busybox-cvs mailing list