diff options
| author | Jack Nagel | 2014-02-27 14:50:22 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2014-02-27 14:50:22 -0600 | 
| commit | 824891263a8f79b862e6533380320e8d3c2cce4d (patch) | |
| tree | be563f62acd43898664df469e3e2187cafc8f173 /Library/Homebrew/software_spec.rb | |
| parent | 048009e8927f0383fd7d0264eee6b837e37ce36a (diff) | |
| download | homebrew-824891263a8f79b862e6533380320e8d3c2cce4d.tar.bz2 | |
Set owner ivar in SoftwareSpec
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 1 | 
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 | 
