From: Jim Meyering Date: Sun, 2 Feb 2003 20:51:24 +0000 (+0000) Subject: add a couple newlines X-Git-Tag: v4.5.5~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54f1fd99a43807e17c2336f80d0f9ae076e45d5a;p=thirdparty%2Fcoreutils.git add a couple newlines --- diff --git a/announce-gen b/announce-gen index 2837474c31..7f1c41399a 100755 --- a/announce-gen +++ b/announce-gen @@ -6,7 +6,7 @@ use Getopt::Long; use Digest::MD5; use Digest::SHA1; -(my $VERSION = '$Revision: 1.3 $ ') =~ tr/[0-9].//cd; +(my $VERSION = '$Revision: 1.4 $ ') =~ tr/[0-9].//cd; (my $ME = $0) =~ s|.*/||; END @@ -161,8 +161,9 @@ EOF unlink $tmp; # ignore failure print "\nHere are the MD5 and SHA1 signatures:\n"; + print "\n"; print "<#part type=text/plain filename=\"$tmp\" disposition=inline>\n" - . "<#/part>"; + . "<#/part>\n"; open OUT, '>', $tmp or die "$ME: $tmp: cannot open for writing: $!\n";