From dd38104d67418b03525f2601cd9c3b478ff9e158 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 8 Oct 2006 23:25:02 -0700 Subject: [PATCH] fix typo in gen-indices --- scripts/gen-indices.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}) { -- 2.39.5