]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-05-01 09:24:56 by doogie]
authordoogie <>
Mon, 1 May 2000 16:24:56 +0000 (08:24 -0800)
committerdoogie <>
Mon, 1 May 2000 16:24:56 +0000 (08:24 -0800)
Invert the case of -s.  thinko.

Debbugs/DBase.pm

index 913fd1f6c832e08fc6f4beddf5de032d3c532697..1fda1eec8c112e033e47031e96de042411efff00 100644 (file)
@@ -215,7 +215,7 @@ sub GetBugList
                    my @files = grep { /\d*\d\d.status/ } readdir($dir);
                    close $dir;
                    foreach (@files) {
-                       next if ( -s "$prefix$_1/$_2/$_3/$_" );
+                       next if ( -s "$prefix$_1/$_2/$_3/$_" );
                        s/.status$//;
                        push @ret, $_;
 #                      print "$_ -> $_1/$_2/$_3/$_\n";