aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-12-12 15:42:31 -0600
committerJack Nagel2013-12-12 15:42:35 -0600
commitb174012b17ee2e8169ab0b7508f6be9cde212d3a (patch)
tree86a88a4e7adc070aefa7d7ea964f1c721344bd00 /Library
parent6c04ccfb3bf9d71b700ab44b32a508766b8cdcf9 (diff)
downloadbrew-b174012b17ee2e8169ab0b7508f6be9cde212d3a.tar.bz2
Initialize ivars to silence warnings
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index fb8a2d296..7b4771810 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -27,6 +27,9 @@ class FormulaInstaller
@@attempted ||= Set.new
+ @poured_bottle = false
+ @pour_failed = false
+
lock
check_install_sanity
end
@@ -110,8 +113,6 @@ class FormulaInstaller
@@attempted << f
- @poured_bottle = false
-
begin
if pour_bottle? :warn => true
pour