From 212b9c8dce010658c292548d115cdb5c81838269 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 21 Mar 2013 07:28:19 +0000 Subject: previous commit enables to further simplify --- urpm/removable.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urpm/removable.pm b/urpm/removable.pm index ced637bb..f30707b6 100644 --- a/urpm/removable.pm +++ b/urpm/removable.pm @@ -86,7 +86,7 @@ sub _try_mounting_iso { $urpm->{log}(N("mounting %s", $mntpoint)); sys_log("mount iso $mntpoint on $iso"); - system('mount', $iso, $mntpoint, '-t', 'iso9660', '-o', 'loop'); + system('mount', $iso, $mntpoint, qw(-t iso9660 -o loop)); $urpm->{removable_mounted}{$mntpoint} = undef; } -e $mntpoint; -- cgit v1.2.1