From 3c3d8661dc1ee86dabcc3f39768bb1db5c11095e Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 21 Mar 2011 10:23:18 -0700 Subject: Remove ENV dump from top of verbose install. If an install fails, the ENV dump at the end of the output is more useful, as it reflects any ENV changes done in def install. --- Library/Homebrew/install.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index d2885c576..a77fd66a3 100755 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/install.rb @@ -65,11 +65,6 @@ def install f end end - if ARGV.verbose? - ohai "Build Environment" - dump_build_env ENV - end - build_time = nil begin f.brew do -- cgit v1.2.3