diff options
| author | Jack Nagel | 2014-03-22 11:47:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-22 11:48:49 -0500 |
| commit | 55fbd979ad98546c8c9c01143cb18fa4046fdc80 (patch) | |
| tree | 9fcb2d607c5aaad5cf85be46f60c1e4193be570e /Library | |
| parent | 5458e375bc175958964d4d7a24221d1fb10f7ba1 (diff) | |
| download | homebrew-55fbd979ad98546c8c9c01143cb18fa4046fdc80.tar.bz2 | |
Use canonicalized path for loaded 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 8016f588a..210c4fe2d 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -32,7 +32,7 @@ class Tab < OpenStruct def self.from_file path tab = Tab.new Utils::JSON.load(File.read(path)) - tab.tabfile = path + tab.tabfile = path.realpath tab end |
