diff options
| author | Adam Vandenberg | 2014-04-06 12:00:17 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-04-06 12:00:34 -0700 | 
| commit | b24ef38bc1990707133fb24788fcabe0be81c9a1 (patch) | |
| tree | 6a2e0431b860a960cdd7022b720910310d88c759 /Library/Homebrew/exceptions.rb | |
| parent | a2a75aca1a9e98a28e0ef113fcbb58a36793bde0 (diff) | |
| download | brew-b24ef38bc1990707133fb24788fcabe0be81c9a1.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")  | 
