diff options
-rwxr-xr-x | CVSROOT/log_accum.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index dc816f23bc6e..d4c187c19fd4 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -682,7 +682,7 @@ if (-e "$LAST_FILE.$PID") { # # Produce the final compilation of the log messages # -push @text, &build_header(); +@text = &build_header(); for ($i = 0; ; $i++) { last if (! -e "$LOG_FILE.$i.$PID"); @lines = &read_logfile("$CHANGED_FILE.$i.$PID", ""); |