From ef685055822f73fae5f01b7f8558f1e4d3a5a6cf Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 3 Dec 2004 14:53:17 +0000 Subject: While we're at it, implement --no-ignore and make it work with -a --- urpm/args.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm') diff --git a/urpm/args.pm b/urpm/args.pm index aaf631d9..c5b375de 100644 --- a/urpm/args.pm +++ b/urpm/args.pm @@ -246,7 +246,7 @@ my %options_spec = ( f => sub { ++$options{force} }, z => sub { ++$options{compress} }, update => \$options{update}, - ignore => \$options{ignore}, + 'ignore!' => sub { $options{ignore} = $_[1] }, 'force-key' => \$options{forcekey}, 'limit-rate=s' => \$options{limit_rate}, 'no-md5sum' => \$options{nomd5sum}, -- cgit v1.2.1