diff options
| author | Martin Afanasjew | 2016-05-08 21:41:51 +0200 | 
|---|---|---|
| committer | Martin Afanasjew | 2016-05-08 21:43:57 +0200 | 
| commit | 4ea2f9dc91f636249c334aa326c6196b74df8354 (patch) | |
| tree | ccb75d12a46423934a6cec683e6d9d83f007e192 /Library/Homebrew/exceptions.rb | |
| parent | c7edf9a063dce63afb9ab54b6d71fe864d578365 (diff) | |
| download | brew-4ea2f9dc91f636249c334aa326c6196b74df8354.tar.bz2 | |
Fix more bad dump_verbose_config references
Follow-up to c7edf9a063dce63afb9ab54b6d71fe864d578365 and related to
changes from #168.
Diffstat (limited to 'Library/Homebrew/exceptions.rb')
| -rw-r--r-- | Library/Homebrew/exceptions.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index 0dc48f234..765172e15 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -330,14 +330,14 @@ class BuildError < RuntimeError          end        end      else -      require "cmd/config" +      require "system_config"        require "build_environment"        ohai "Formula"        puts "Tap: #{formula.tap}" if formula.tap?        puts "Path: #{formula.path}"        ohai "Configuration" -      Homebrew.dump_verbose_config +      SystemConfig.dump_verbose_config        ohai "ENV"        Homebrew.dump_build_env(env)        puts | 
