aboutsummaryrefslogtreecommitdiffstats
path: root/tool/vcs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/vcs.rb')
-rw-r--r--tool/vcs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb
index 6fd27054ec..8e6227685c 100644
--- a/tool/vcs.rb
+++ b/tool/vcs.rb
@@ -510,6 +510,7 @@ class VCS
dryrun = opts.fetch(:dryrun) {$DEBUG} if opts
args = [COMMAND, "push"]
args << "-n" if dryrun
+ STDERR.puts(args.inspect) if dryrun
system(*args) or return false
true
end