From f0966cf6b6b74f71aa640b8408e2d373aea7e469 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 22 Mar 2014 11:47:48 -0500 Subject: Use canonicalized path for loaded install receipts --- Library/Homebrew/tab.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3