diff options
Diffstat (limited to 'Library')
| -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 f1ec7d0db..530cee404 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -101,7 +101,7 @@ class Tab < OpenStruct :stdlib => nil, :compiler => "clang", :source => { - :path => nil, + :path => f ? f.path.to_s : nil, }, } |
