From 54f1fd99a43807e17c2336f80d0f9ae076e45d5a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Feb 2003 20:51:24 +0000 Subject: add a couple newlines --- announce-gen | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'announce-gen') diff --git a/announce-gen b/announce-gen index 2837474c3..7f1c41399 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"; -- cgit v1.2.3-54-g00ecf