X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;fp=bugreport;h=34ddb6e4643a9b463046ef35e5852d3f956644ba;hp=72bd249eb39a9f5e6571521086d3975720110cab;hb=b6929df21306bcb09f3ac4592d116bcdc97f09b3;hpb=89ba932822098c735cafa97ead959a574d954ead diff --git a/bugreport b/bugreport index 72bd249..34ddb6e 100755 --- a/bugreport +++ b/bugreport @@ -129,7 +129,7 @@ sub MakeBuglist() { } -sub MakeStatistics() { +sub MakeStatistics { my $bugcount=0; # Total number of bugs so far my $patchtotal=0; # Total number of bugs marked patch my $pendingtotal=0; # Total number of bugs marked pending @@ -212,7 +212,7 @@ FilterPackages($opt_d) if ($opt_d); FilterBugsStable() if ($opt_b); FilterBugs() if ($opt_t); -MakeStatistics if ($opt_s); +MakeStatistics() if ($opt_s); if ($opt_l) { MakeBuglist(); }