diff options
| -rw-r--r-- | Library/Homebrew/utils/popen.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/popen.rb b/Library/Homebrew/utils/popen.rb index bcdd815bb..4e03711a1 100644 --- a/Library/Homebrew/utils/popen.rb +++ b/Library/Homebrew/utils/popen.rb @@ -13,7 +13,7 @@ module Utils return pipe.read unless block_given? yield pipe else - $stderr.reopen("/dev/null", "w") if !ARGV.debug? && !ARGV.verbose? + $stderr.reopen("/dev/null", "w") exec(*args) end end |
