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
commitb7661f39fa557648b0a3abb44e50081821d162e2 (patch)
treea270dddd3004db1ce446591f549026c3c309f30d /Library
parentcb2b95a97e1d3872b327be8e327297b0910ec0a6 (diff)
downloadhomebrew-b7661f39fa557648b0a3abb44e50081821d162e2.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 #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