aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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