]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add a couple newlines
authorJim Meyering <jim@meyering.net>
Sun, 2 Feb 2003 20:51:24 +0000 (20:51 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Feb 2003 20:51:24 +0000 (20:51 +0000)
announce-gen

index 2837474c31cef72522d7ffb90bf0f77c3d2792d5..7f1c41399aedf64e2a946d12b8bd07895bc590cd 100755 (executable)
@@ -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";