diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-02 20:51:24 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-02 20:51:24 +0000 |
commit | 54f1fd99a43807e17c2336f80d0f9ae076e45d5a (patch) | |
tree | 0f39f7fd6cf2f4f37fbe1479777814d5e74196c9 /announce-gen | |
parent | bd9a1a92b4f1033e7fe6906dfc0f2647e8a10230 (diff) | |
download | coreutils-54f1fd99a43807e17c2336f80d0f9ae076e45d5a.tar.xz |
add a couple newlines
Diffstat (limited to 'announce-gen')
-rwxr-xr-x | announce-gen | 5 |
1 files changed, 3 insertions, 2 deletions
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"; |