diff options
| author | Adam Vandenberg | 2013-06-28 08:57:49 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-28 08:57:49 -0700 |
| commit | 9c694e533594aedf1ab57ddd7d428ad4064b9d26 (patch) | |
| tree | bbb640d033e521d88371b6a85f8a87341e65ebc7 /Library | |
| parent | c318df005f1efa30e0fb5b9633961dba34d46b95 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
