diff --git a/tool/lib/vcs.rb b/tool/lib/vcs.rb index c41276e3b4..0915fd072e 100644 --- a/tool/lib/vcs.rb +++ b/tool/lib/vcs.rb @@ -132,7 +132,7 @@ class VCS end last, changed, modified, *rest = ( begin - if NullDevice + if NullDevice and !debug? save_stderr = STDERR.dup STDERR.reopen NullDevice, 'w' end