diff options
| author | Jack Nagel | 2014-12-30 23:33:50 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-30 23:33:50 -0500 | 
| commit | 5b4c7a3f659e4a5023f7723c5beb634eed4a1fb7 (patch) | |
| tree | be936f1a6ce02efd0d6172435f24c704d4366a8e /Library/Homebrew/exceptions.rb | |
| parent | 99fc504a12141948ed249440b637039e198f8daf (diff) | |
| download | homebrew-5b4c7a3f659e4a5023f7723c5beb634eed4a1fb7.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 | 
