From b0cffe4a7c2752a3b14d6e8280105d5667a47a48 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 29 Jun 2014 00:56:29 -0500 Subject: [PATCH] explicitly initialize stdlib --- Library/Homebrew/tab.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 2dbf7380bd..351c77afb2 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -76,6 +76,7 @@ class Tab < OpenStruct :tapped_from => "", :time => nil, :HEAD => nil, + :stdlib => nil, :compiler => :clang end