]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2005-07-17 18:03:27 by cjwatson]
authorcjwatson <>
Mon, 18 Jul 2005 01:03:27 +0000 (17:03 -0800)
committercjwatson <>
Mon, 18 Jul 2005 01:03:27 +0000 (17:03 -0800)
fix variable name

migrate/debbugs-makeversions

index 4ce26ab41102fcb006bdeec82f97003a6433025b..de34d0f05a77609e6efabd3ad3539167b776fc51 100755 (executable)
@@ -189,7 +189,7 @@ while (defined(my $dir = readdir DB)) {
            my $outstatus = readbug($out, $db);
            $outstatus->{found_versions} = [@$found_versions];
            $outstatus->{fixed_versions} = [@$fixed_versions];
-           writebug($out, $mergestatus);
+           writebug($out, $outstatus);
            if ($out != $bug) {
                unfilelock();
            }