summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xannounce-gen5
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";