aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-12-11 22:29:28 +0000
committerPascal Terjan <pterjan@mageia.org>2012-12-11 22:29:28 +0000
commite6beea28823ada54c84ea6cee9a691ab13422390 (patch)
tree58b1aaf2fa6613ae35782522b995cf0aea9fb17b
parentb207fdf369fc8681f5991ad4b536cd81f0638256 (diff)
downloadiurt-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-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index 61d10c4..877e5bd 100755
--- a/iurt
+++ b/iurt
@@ -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}) {