diff options
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-x | collectstats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl index 50bbf6425..3b6344b37 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -45,7 +45,7 @@ use Bugzilla::Product; use Bugzilla::Field; # Turn off output buffering (probably needed when displaying output feedback -# in the regenerate mode.) +# in the regenerate mode). $| = 1; # Tidy up after graphing module |