diff options
author | joe <joe@FreeBSD.org> | 2001-10-24 00:42:27 +0800 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2001-10-24 00:42:27 +0800 |
commit | 1926e890ca5789aedba6cb55cbe1fabda65cf091 (patch) | |
tree | 03b212c8f44ba9e1bc73972c103401b3ccab6888 /CVSROOT | |
parent | 9f9042c1ef92b0d2f409a254cf85709edec98734 (diff) | |
download | freebsd-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-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 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; } |