aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-02-20 20:52:30 -0500
committerJack Nagel2015-02-20 21:50:22 -0500
commitc19e0b59e55469e1eec58bb62d56ece20f822129 (patch)
treeeefaa987bafd8e896da05e43cdeb18bf2090ba3d
parentf0fb3a242a8f6c5ef4d7d42bb67e812b8cf6fbfc (diff)
downloadhomebrew-c19e0b59e55469e1eec58bb62d56ece20f822129.tar.bz2
Compiler is always a string
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index e88bed96b..f1ec7d0db 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -99,7 +99,7 @@ class Tab < OpenStruct
:time => nil,
:HEAD => nil,
:stdlib => nil,
- :compiler => :clang,
+ :compiler => "clang",
:source => {
:path => nil,
},