aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/exceptions.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-30 23:33:50 -0500
committerJack Nagel2014-12-30 23:33:50 -0500
commit77c0f60434aa9c51ef5b052a43a200ea2b39f04f (patch)
treed9c7ae96c3e5033dae036480c04bcc242a61efec /Library/Homebrew/exceptions.rb
parentb10c58d6e29885278180179a051c25ce714a7f20 (diff)
downloadbrew-77c0f60434aa9c51ef5b052a43a200ea2b39f04f.tar.bz2
Always dump full configuration
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
-rw-r--r--Library/Homebrew/exceptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb
index 66d5c33d2..b82bb6111 100644
--- a/Library/Homebrew/exceptions.rb
+++ b/Library/Homebrew/exceptions.rb
@@ -166,7 +166,7 @@ class BuildError < RuntimeError
puts "Path: #{formula.path}"
end
ohai "Configuration"
- Homebrew.dump_build_config
+ Homebrew.dump_verbose_config
ohai "ENV"
Homebrew.dump_build_env(env)
puts