diff options
| author | Jack Nagel | 2015-02-21 12:15:39 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-02-21 12:26:14 -0500 |
| commit | 22cf99094f7944de1c7989235c628c599dc760c7 (patch) | |
| tree | c6e76009cbb2d02b509fa6f6b92fa9ddef0cad96 /Library | |
| parent | 202dac255552555fc52863760d0c5c40b8b4f4c0 (diff) | |
| download | brew-22cf99094f7944de1c7989235c628c599dc760c7.tar.bz2 | |
Set the path on "fake" install receipts
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, }, } |
