summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-13 16:45:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-13 16:45:38 +0000
commit1828554e3dbd6005fe9a315ff660819e0efbae61 (patch)
treeb3d5705162c5fb24b9208f83752ad1b37fe90a5d /urpm.pm
parent3e7c3f1e96ca8b515c54d14898e21a1321019a6a (diff)
downloadurpmi-1828554e3dbd6005fe9a315ff660819e0efbae61.tar
urpmi-1828554e3dbd6005fe9a315ff660819e0efbae61.tar.gz
urpmi-1828554e3dbd6005fe9a315ff660819e0efbae61.tar.bz2
urpmi-1828554e3dbd6005fe9a315ff660819e0efbae61.tar.xz
urpmi-1828554e3dbd6005fe9a315ff660819e0efbae61.zip
fix replacing "next"s with "return" after moving code in previous commit
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm2
1 files changed, 1 insertions, 1 deletions
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).