From 68603df6ecd265d985936b1f496d5980651bc02f Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 12 Aug 2002 14:10:06 +0000 Subject: 3.9-7mdk --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index fecec1e6..8f882ba4 100644 --- a/urpm.pm +++ b/urpm.pm @@ -332,7 +332,7 @@ sub read_config { /^update\s*$/ and $medium->{update} = 1, next; /^ignore\s*$/ and $medium->{ignore} = 1, next; /^synthesis\s*$/ and $medium->{synthesis} = 1, next; - /^modified\s*$/ and $medium->{modified} = 1, next; + /^modified\s*$/ and next; # IGNORED TO AVOID EXCESIVE REMOVE $medium->{modified} = 1, next; $_ eq '}' and last; $_ and $urpm->{error}(_("syntax error in config file at line %s", $.)); } -- cgit v1.2.1