Twiddle the trailing output in non-live mode.
authorWayne Davison <wayned@samba.org>
Tue, 18 Apr 2006 06:43:17 +0000 (06:43 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 18 Apr 2006 06:43:17 +0000 (06:43 +0000)
packaging/release-rsync

index 65b5082..3f295f0 100755 (executable)
@@ -310,10 +310,11 @@ system "rm -rf rsync-*";
 if ($live) {
     chdir($dest) or die $!;
     system "gpg -ba $tar_name; gpg -ba $diff_name";
-}
-
-print $break, <<EOT;
+    print $break, <<EOT;
 
 All done.  Remember to announce the release on *BOTH*
 rsync-announce\@lists.samba.org and rsync\@lists.samba.org!
 EOT
+} else {
+    print $break, "All done.\n";
+}