diff options
author | Olivier Blin <blino@mageia.org> | 2012-07-04 20:29:06 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2012-07-04 20:29:06 +0000 |
commit | 54e3df7e419821569b21b22e5e289f1613754ae0 (patch) | |
tree | f69024194407d82efccb7e8609d8f19d474aaf91 /iurt2 | |
parent | 3df42d1a8738eaed08af394e1fcf84a76cecfa54 (diff) | |
download | iurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar iurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar.gz iurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar.bz2 iurt-54e3df7e419821569b21b22e5e289f1613754ae0.tar.xz iurt-54e3df7e419821569b21b22e5e289f1613754ae0.zip |
fix run variable usage
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |