Initialize ivars to silence warnings
This commit is contained in:
parent
6c04ccfb3b
commit
b174012b17
@ -27,6 +27,9 @@ class FormulaInstaller
|
|||||||
|
|
||||||
@@attempted ||= Set.new
|
@@attempted ||= Set.new
|
||||||
|
|
||||||
|
@poured_bottle = false
|
||||||
|
@pour_failed = false
|
||||||
|
|
||||||
lock
|
lock
|
||||||
check_install_sanity
|
check_install_sanity
|
||||||
end
|
end
|
||||||
@ -110,8 +113,6 @@ class FormulaInstaller
|
|||||||
|
|
||||||
@@attempted << f
|
@@attempted << f
|
||||||
|
|
||||||
@poured_bottle = false
|
|
||||||
|
|
||||||
begin
|
begin
|
||||||
if pour_bottle? :warn => true
|
if pour_bottle? :warn => true
|
||||||
pour
|
pour
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user