From 1828554e3dbd6005fe9a315ff660819e0efbae61 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 13 Nov 2006 16:45:38 +0000 Subject: fix replacing "next"s with "return" after moving code in previous commit --- urpm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 3e44c788..8eab9de6 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1261,7 +1261,7 @@ sub _update_medium_first_pass__local { #- in case of an iso image, pass its name is_iso($medium->{removable}) && $medium->{removable}, ) or $urpm->{error}(N("unable to access medium \"%s\", -this could happen if you mounted manually the directory when creating the medium.", $medium->{name})), next; +this could happen if you mounted manually the directory when creating the medium.", $medium->{name})), return 'unmodified'; #- try to probe for possible with_hdlist parameter, unless #- it is already defined (and valid). -- cgit v1.2.1