aboutsummaryrefslogtreecommitdiffstats
path: root/Library/ENV
diff options
context:
space:
mode:
authorJack Nagel2013-11-17 19:09:24 -0600
committerJack Nagel2013-11-17 19:09:24 -0600
commitf465c781d876362bc85d0cb00903242fb9852607 (patch)
tree34807957656b8576c280d01604dfe32f6ef88c56 /Library/ENV
parentaec457bb7c277dae1a1228a6fe20bae657557e07 (diff)
downloadbrew-f465c781d876362bc85d0cb00903242fb9852607.tar.bz2
Write debug log in non-verbose mode
Diffstat (limited to 'Library/ENV')
-rwxr-xr-xLibrary/ENV/4.3/cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc
index 74eed697d..2392d142f 100755
--- a/Library/ENV/4.3/cc
+++ b/Library/ENV/4.3/cc
@@ -263,10 +263,7 @@ class Cmd
LOGGER.puts "superenv added: #{adds*' '}" unless adds.empty?
end
def make_fuss?
- verbose? and cccfg? 'O' and not configure?
- end
- def verbose?
- !ENV['VERBOSE'].nil? || !ENV['HOMEBREW_VERBOSE'].nil?
+ cccfg? 'O' and not configure?
end
def configure?
# configure scripts generated with autoconf 2.61 or later export as_nl