From 5af33573e3233cde8b3e421a322409b035f18832 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:54:07 +0000 Subject: (create_temp_chroot) kill unused arg --- iurt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index 0a54f04..f17100c 100755 --- a/iurt2 +++ b/iurt2 @@ -736,7 +736,7 @@ if ($df->{per} >= 99) { if ($run{shell}) { if (!$run{use_old_chroot}) { - create_temp_chroot(\%run, $config, $cache, $chroot_tmp, $chroot_tar) + create_temp_chroot(\%run, $config, $chroot_tmp, $chroot_tar) or die "FATAL $program_name: could not create temporary chroot"; } add_local_user($chroot_tmp, \%run, $config, $luser, $run{uid}) or die "FATAL $program_name: could not add local user"; @@ -835,7 +835,7 @@ retry: if (!$run{use_old_chroot}) { $chroot_tmp = create_temp_chroot(\%run, $config, - $cache, $chroot_tmp, $chroot_tar) or next; + $chroot_tmp, $chroot_tar) or next; } if (!$urpmi->urpmi_command($chroot_tmp, $luser)) { -- cgit v1.2.1