aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-12-02 12:44:28 -0600
committerJack Nagel2013-12-02 12:44:28 -0600
commit5cb9e2ce318dc8bdb934b24ea7c9d45fbc49e814 (patch)
tree5b3316be7965fdf8562bec5b1665d2b92df044dd /Library
parent5df0f56c3e274a7a64eda654b55a5ac2ccc03a01 (diff)
downloadhomebrew-5cb9e2ce318dc8bdb934b24ea7c9d45fbc49e814.tar.bz2
Always clear unsatisfied_deps after installation
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