diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-13 16:45:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-13 16:45:38 +0000 |
commit | 1828554e3dbd6005fe9a315ff660819e0efbae61 (patch) | |
tree | b3d5705162c5fb24b9208f83752ad1b37fe90a5d /urpm.pm | |
parent | 3e7c3f1e96ca8b515c54d14898e21a1321019a6a (diff) | |
download | urpmi-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.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |