aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
diff options
context:
space:
mode:
authorJack Nagel2014-02-27 14:50:22 -0600
committerJack Nagel2014-02-27 14:50:22 -0600
commit824891263a8f79b862e6533380320e8d3c2cce4d (patch)
treebe563f62acd43898664df469e3e2187cafc8f173 /Library/Homebrew/software_spec.rb
parent048009e8927f0383fd7d0264eee6b837e37ce36a (diff)
downloadhomebrew-824891263a8f79b862e6533380320e8d3c2cce4d.tar.bz2
Set owner ivar in SoftwareSpec
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
-rw-r--r--Library/Homebrew/software_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb
index a2f301eb5..1cd193327 100644
--- a/Library/Homebrew/software_spec.rb
+++ b/Library/Homebrew/software_spec.rb
@@ -27,6 +27,7 @@ class SoftwareSpec
def owner= owner
@name = owner.name
+ @owner = owner
@resource.owner = self
resources.each_value do |r|
r.owner = self