From b174012b17ee2e8169ab0b7508f6be9cde212d3a Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 12 Dec 2013 15:42:31 -0600 Subject: [PATCH] Initialize ivars to silence warnings --- Library/Homebrew/formula_installer.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index fb8a2d296a..7b47718102 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