From afdf8408fbf2b78c0c381a1ea7a01d562c8403f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Feb 2008 20:48:41 +0000 Subject: i don't see any reason for this... --- urpm/removable.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urpm/removable.pm') diff --git a/urpm/removable.pm b/urpm/removable.pm index b0d9d278..2f4da003 100644 --- a/urpm/removable.pm +++ b/urpm/removable.pm @@ -122,7 +122,7 @@ sub _mount_it { #- the directory given does not exist and may be accessible #- by mounting some other directory. Try to figure it out and mount #- everything that might be necessary. - while (_check_notfound($urpm, $medium_list, $dir, is_iso($medium->{removable}) ? $medium->{removable} : 'removable')) { + while (_check_notfound($urpm, $medium_list, $dir, $medium->{removable})) { is_iso($medium->{removable}) || $o_ask_for_medium or $urpm->{fatal}(4, N("medium \"%s\" is not available", $medium->{name})); try_umounting($urpm, $dir); -- cgit v1.2.1