aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-21 10:23:18 -0700
committerAdam Vandenberg2011-03-21 10:23:18 -0700
commit4ee43a4a202501eadc23ab2402bea2ade446a117 (patch)
tree1f3c06056fe32a4230c2181069887b215aca9a4e /Library
parenta089436aa1acda48be16a765e758276950bcf498 (diff)
downloadhomebrew-4ee43a4a202501eadc23ab2402bea2ade446a117.tar.bz2
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.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/install.rb5
1 files changed, 0 insertions, 5 deletions
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