aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-21 10:23:18 -0700
committerAdam Vandenberg2011-03-21 10:23:18 -0700
commit3c3d8661dc1ee86dabcc3f39768bb1db5c11095e (patch)
treeba5400bcd99380da96c1346a31ee0a46f993fb21
parentb6506fb4ea02fbffaa047df46effed1f30b52ff6 (diff)
downloadbrew-3c3d8661dc1ee86dabcc3f39768bb1db5c11095e.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.
-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