Make non-exes in bin fatal to brew-bot

Closes Homebrew/homebrew#10817.
This commit is contained in:
Adam Vandenberg 2013-06-28 08:57:49 -07:00
parent 61076c1a11
commit 6d41707b2b

View File

@ -518,6 +518,7 @@ class FormulaInstaller
puts "The offending files are:"
puts non_exes
@show_summary_heading = true
Homebrew.failed = true # fatal to Brew Bot
end
end
@ -532,6 +533,7 @@ class FormulaInstaller
puts "The offending files are:"
puts non_exes
@show_summary_heading = true
Homebrew.failed = true # fatal to Brew Bot
end
end