Skip to content
Snippets Groups Projects
Commit 2751449a authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

formula_installer: tweak priority of true


Closes Homebrew/homebrew#41913.

Signed-off-by: default avatarDominyk Tiller <dominyktiller@gmail.com>
parent c6e3a024
No related branches found
No related tags found
No related merge requests found
......@@ -61,11 +61,10 @@ class FormulaInstaller
return false if @pour_failed
bottle = formula.bottle
return true if force_bottle? && bottle
return true if (force_bottle? && bottle) || formula.local_bottle_path
return false if build_from_source? || build_bottle? || interactive? || formula.file_modified?
return false unless options.empty?
return true if formula.local_bottle_path
return false unless bottle && formula.pour_bottle?
unless bottle.compatible_cellar?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment