aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-10-24 00:42:27 +0800
committerjoe <joe@FreeBSD.org>2001-10-24 00:42:27 +0800
commit1926e890ca5789aedba6cb55cbe1fabda65cf091 (patch)
tree03b212c8f44ba9e1bc73972c103401b3ccab6888 /CVSROOT
parent9f9042c1ef92b0d2f409a254cf85709edec98734 (diff)
downloadfreebsd-ports-gnome-1926e890ca5789aedba6cb55cbe1fabda65cf091.tar.gz
freebsd-ports-gnome-1926e890ca5789aedba6cb55cbe1fabda65cf091.tar.zst
freebsd-ports-gnome-1926e890ca5789aedba6cb55cbe1fabda65cf091.zip
Indent the mail banner by a couple of characters so that it plays
better with the commitlogs/, and correct the way that its new line is done.
Diffstat (limited to 'CVSROOT')
-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 4cad459d6fe1..60a34ca51f92 100755
--- a/CVSROOT/log_accum.pl
+++ b/CVSROOT/log_accum.pl
@@ -359,7 +359,7 @@ sub build_header {
my @text;
push @text, $header;
push @text, "";
- push @text, "$cfg::MAILBANNER\n" if $cfg::MAILBANNER;
+ push @text, " $cfg::MAILBANNER", "" if $cfg::MAILBANNER;
return @text;
}