aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-02-20 20:52:30 -0500
committerJack Nagel2015-02-20 21:50:22 -0500
commitac3c5592d8be2a55a6899c6f37a1310ee46c1e2f (patch)
tree5045b847d51d31d633897597d33498b7d3ea169e
parentbd408fa51c6a2fd30706aba17a48c9beb32f3f59 (diff)
downloadbrew-ac3c5592d8be2a55a6899c6f37a1310ee46c1e2f.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,
},