diff --git a/Library/Homebrew/exceptions.rb b/Library/Homebrew/exceptions.rb index bd80098ae6..5b5954fe70 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -166,11 +166,9 @@ class BuildError < RuntimeError require 'cmd/config' require 'cmd/--env' - unless formula.core_formula? - ohai "Formula" - puts "Tap: #{formula.tap}" - puts "Path: #{formula.path}" - end + ohai "Formula" + puts "Tap: #{formula.tap}" if formula.tap? + puts "Path: #{formula.path}" ohai "Configuration" Homebrew.dump_verbose_config ohai "ENV"