]> git.donarmstrong.com Git - debbugs.git/commitdiff
fix typo in gen-indices
authorDon Armstrong <don@volo>
Mon, 9 Oct 2006 06:25:02 +0000 (23:25 -0700)
committerDon Armstrong <don@volo>
Mon, 9 Oct 2006 06:25:02 +0000 (23:25 -0700)
scripts/gen-indices.in

index b96b99b29da4711af685e03bb05e2bec0e7bc3f7..8c991adcea85829496934cd36dc579529af48412 100755 (executable)
@@ -143,7 +143,7 @@ while (my $dir = shift @dirs) {
 
        for my $f (@list) {
                print "Up to $cnt bugs...\n" if (++$cnt % 100 == 0 && $verbose);
-               my $stat = stat(getbugcomponent($f,'summary');
+               my $stat = stat(getbugcomponent($f,'summary'));
                next if $stat->mtime < $time;
                my $fdata = readbug($f, $initialdir);
                for my $p (split /[\s,]+/, $fdata->{"package"}) {