diff options
| author | Adam Vandenberg | 2014-04-06 12:00:17 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-04-06 12:00:34 -0700 | 
| commit | 590b95efb80a67a7939a08a69c9dbfb4607f75a3 (patch) | |
| tree | 9c3a0fae4e9c1718c58732bc64dae5a20c5dbc0f /Library/Homebrew/exceptions.rb | |
| parent | 873bef93d8ad99b271d479543078300ff7ba05a6 (diff) | |
| download | homebrew-590b95efb80a67a7939a08a69c9dbfb4607f75a3.tar.bz2 | |
show formula version in failed build output
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 56a3f7dc7..43a8c38d6 100644 --- a/Library/Homebrew/exceptions.rb +++ b/Library/Homebrew/exceptions.rb @@ -203,7 +203,7 @@ class BuildError < Homebrew::InstallationError        ohai "ENV"        Homebrew.dump_build_env(env)        puts -      onoe "#{formula.name} did not build" +      onoe "#{formula.name} #{formula.version} did not build"        unless (logs = Dir["#{HOMEBREW_LOGS}/#{formula}/*"]).empty?          puts "Logs:"          puts logs.map{|fn| "     #{fn}"}.join("\n") | 
