Always clear unsatisfied_deps after installation

This commit is contained in:
Jack Nagel 2013-12-02 12:44:28 -06:00
parent 24a853ebe5
commit bcfafca56b

View File

@ -237,7 +237,6 @@ class FormulaInstaller
end
def install_dependencies
unsatisfied_deps.clear if @pour_failed
unsatisfied_deps.concat(filter_deps)
if unsatisfied_deps.length > 1
@ -252,6 +251,8 @@ class FormulaInstaller
end
end
@show_header = true unless unsatisfied_deps.empty?
ensure
unsatisfied_deps.clear
end
def install_dependency dep