aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 60d9ef417..ddab16532 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -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