diff options
| author | Jack Nagel | 2014-12-30 23:33:50 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-30 23:33:50 -0500 |
| commit | 77c0f60434aa9c51ef5b052a43a200ea2b39f04f (patch) | |
| tree | d9c7ae96c3e5033dae036480c04bcc242a61efec /Library/Homebrew/exceptions.rb | |
| parent | b10c58d6e29885278180179a051c25ce714a7f20 (diff) | |
| download | brew-77c0f60434aa9c51ef5b052a43a200ea2b39f04f.tar.bz2 | |
Always dump full configuration
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 2 |
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 |
