aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2015-02-21 12:15:39 -0500
committerJack Nagel2015-02-21 12:26:14 -0500
commit78c98e0f37b886fb7beca8c761648977d58470cd (patch)
treed54f21a825238c85ead3adc9a5a9e92d05c0c9ae /Library
parent0e1cfff5b32477d185ae0bbfce7e5bec21df4072 (diff)
downloadhomebrew-78c98e0f37b886fb7beca8c761648977d58470cd.tar.bz2
Set the path on "fake" install receipts
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tab.rb2
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,
},
}