diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-12-11 22:29:28 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-12-11 22:29:28 +0000 |
commit | e6beea28823ada54c84ea6cee9a691ab13422390 (patch) | |
tree | 58b1aaf2fa6613ae35782522b995cf0aea9fb17b | |
parent | b207fdf369fc8681f5991ad4b536cd81f0638256 (diff) | |
download | iurt-e6beea28823ada54c84ea6cee9a691ab13422390.tar iurt-e6beea28823ada54c84ea6cee9a691ab13422390.tar.gz iurt-e6beea28823ada54c84ea6cee9a691ab13422390.tar.bz2 iurt-e6beea28823ada54c84ea6cee9a691ab13422390.tar.xz iurt-e6beea28823ada54c84ea6cee9a691ab13422390.zip |
Grr never rename a variable before committing without re-testing
-rwxr-xr-x | iurt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1029,7 +1029,7 @@ do { } } else { $srpm = rebuild_one($dir, $srpm, $status); - write_status($local_spool, \%run, $new_srpm); + write_status($local_spool, \%run, $srpm); } } if ($run{parallel}) { |