Slightly tweaked the output in non-live mode.
authorWayne Davison <wayned@samba.org>
Sun, 19 Feb 2006 23:33:15 +0000 (23:33 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 19 Feb 2006 23:33:15 +0000 (23:33 +0000)
packaging/release-rsync

index 8ce661b..fa6761d 100755 (executable)
@@ -148,14 +148,14 @@ system "patches/verify-patches -un -an";
 
 system "cvs -q diff | egrep -v '^(===============|RCS file: |retrieving revision |Index: )' | less -p '^diff .*'";
 
-if ($live) {
-    print <<EOT;
+print <<EOT;
 
 About to:
     - "cvs commit" all changes
     - "cvs tag" this release as $cvstag
 
 EOT
+if ($live) {
     print "<Press Enter to continue> ";
     $_ = <STDIN>;