From: Don Armstrong Date: Mon, 9 Oct 2006 06:25:02 +0000 (-0700) Subject: fix typo in gen-indices X-Git-Tag: release/2.6.0~593^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dd38104d67418b03525f2601cd9c3b478ff9e158;p=debbugs.git fix typo in gen-indices --- diff --git a/scripts/gen-indices.in b/scripts/gen-indices.in index b96b99b2..8c991adc 100755 --- a/scripts/gen-indices.in +++ b/scripts/gen-indices.in @@ -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"}) {