aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCVSROOT/log_accum.pl2
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", "");