From 139a55b767c02f18876ae7eb7ba9a64161941030 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Aug 2012 04:05:47 +0000 Subject: (clean_chroot) we can now kill one more useless argument --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt2') diff --git a/iurt2 b/iurt2 index e8b5174..ccb3202 100755 --- a/iurt2 +++ b/iurt2 @@ -1076,7 +1076,7 @@ retry: } while $rebuild; if (!$run{debug} && !$run{use_old_chroot}) { - clean_chroot($chroot_tmp, $chroot_ref, \%run, $config); + clean_chroot($chroot_tmp, \%run, $config); } plog("reprocess generated packages queue"); process_queue($config, \%run, \@wrong_rpm); -- cgit v1.2.1