From f094d566cf777ec02f26533992db777dea13a69c Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 12 Sep 2006 08:23:35 +0000 Subject: Something is testing for definedness instead of truth, but I'm not sure what. --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm.pm b/urpm.pm index 9066e48e..913ff48a 100644 --- a/urpm.pm +++ b/urpm.pm @@ -860,7 +860,7 @@ sub add_distrib_media { no_reload_config => 1, #- no need to reload config each time, since we don't update the media %options, # the following override %options - update => $is_update_media ? 1 : 0, + update => $is_update_media ? 1 : undef, ); ++$medium; } -- cgit v1.2.1