Make errors during link step more visible.
This commit is contained in:
parent
157425cc10
commit
74a081e08d
@ -162,7 +162,11 @@ def install f
|
||||
onoe "The linking step did not complete successfully"
|
||||
puts "The package built, but is not symlinked into #{HOMEBREW_PREFIX}"
|
||||
puts "You can try again using `brew link #{f.name}'"
|
||||
ohai e, e.backtrace if ARGV.debug?
|
||||
if ARGV.debug?
|
||||
ohai e, e.backtrace
|
||||
else
|
||||
onoe e
|
||||
end
|
||||
show_summary_heading = true
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user