diff options
| author | Jack Nagel | 2015-02-20 20:52:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-02-20 21:50:22 -0500 |
| commit | ac3c5592d8be2a55a6899c6f37a1310ee46c1e2f (patch) | |
| tree | 5045b847d51d31d633897597d33498b7d3ea169e | |
| parent | bd408fa51c6a2fd30706aba17a48c9beb32f3f59 (diff) | |
| download | brew-ac3c5592d8be2a55a6899c6f37a1310ee46c1e2f.tar.bz2 | |
Compiler is always a string
| -rw-r--r-- | Library/Homebrew/tab.rb | 2 |
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, }, |
