From 4125fa81215a41796104dc4a0fd15bea0a02eb89 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 13 Nov 2012 15:44:40 -0600 Subject: [PATCH] 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. --- Library/Homebrew/superenv.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index 127b847041..9e249e0c87 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