aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2012-11-13 15:44:40 -0600
committerMisty De Meo2012-11-13 15:46:14 -0600
commit4125fa81215a41796104dc4a0fd15bea0a02eb89 (patch)
tree17f73ae16fb9d275388b94863326221a81c622e9 /Library
parentdbc472957ff7288ad61161f625813900bfcfb94a (diff)
downloadbrew-4125fa81215a41796104dc4a0fd15bea0a02eb89.tar.bz2
superenv: don't set VERBOSE
haskell-platform falls over badly if VERBOSE is set. Theoretically this could happen to other packages too. Really it's just less painful to avoid setting the env var in the first place. Fixes Homebrew/homebrew#15989.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/superenv.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb
index 127b84704..9e249e0c8 100644
--- a/Library/Homebrew/superenv.rb
+++ b/Library/Homebrew/superenv.rb
@@ -55,7 +55,6 @@ class << ENV
ENV['CMAKE_INCLUDE_PATH'] = determine_cmake_include_path
ENV['CMAKE_LIBRARY_PATH'] = determine_cmake_library_path
ENV['ACLOCAL_PATH'] = determine_aclocal_path
- ENV['VERBOSE'] = '1' if ARGV.verbose?
end
def check