aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-28 08:57:49 -0700
committerAdam Vandenberg2013-06-28 08:57:49 -0700
commit9c694e533594aedf1ab57ddd7d428ad4064b9d26 (patch)
treebbb640d033e521d88371b6a85f8a87341e65ebc7 /Library
parentc318df005f1efa30e0fb5b9633961dba34d46b95 (diff)
downloadhomebrew-9c694e533594aedf1ab57ddd7d428ad4064b9d26.tar.bz2
Make non-exes in bin fatal to brew-bot
Closes #10817.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 30059acba..a4f3a4067 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -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