Commit 73abdda4 authored by Wayne Davison's avatar Wayne Davison

Slightly tweaked the output in non-live mode.

parent 15b03ab1
......@@ -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>;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment