From 54e3df7e419821569b21b22e5e289f1613754ae0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 4 Jul 2012 20:29:06 +0000 Subject: fix run variable usage --- iurt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iurt2 b/iurt2 index 892ef47..9528ddb 100755 --- a/iurt2 +++ b/iurt2 @@ -864,7 +864,7 @@ retry: ($ret, $srpm, $spec) = $urpmi->recreate_srpm(\%run, $config, $chroot_tmp, $dir, $srpm, $luser, $retry); if ($ret == -1) { - if (create_build_chroot($run->{chroot_path}, $run->{chroot_tar}, $run, $config)) { + if (create_build_chroot($run{chroot_path}, $run{chroot_tar}, \%run, $config)) { $retry = 1; goto retry; } else { -- cgit v1.2.1