aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2012-07-04 20:29:06 +0000
committerOlivier Blin <blino@mageia.org>2012-07-04 20:29:06 +0000
commit54e3df7e419821569b21b22e5e289f1613754ae0 (patch)
treef69024194407d82efccb7e8609d8f19d474aaf91
parent3df42d1a8738eaed08af394e1fcf84a76cecfa54 (diff)
downloadiurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar
iurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar.gz
iurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar.bz2
iurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar.xz
iurt-54e3df7e419821569b21b22e5e289f1613754ae0.zip
fix run variable usage
-rwxr-xr-xiurt22
1 files changed, 1 insertions, 1 deletions
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 {