aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
diff options
context:
space:
mode:
authorJack Nagel2014-07-07 21:32:35 -0500
committerJack Nagel2014-07-07 21:32:35 -0500
commit839ce569c4edfc0e5e1ff4b0a74762581ed68908 (patch)
tree96508fbeeb53c1d05a7109bef127204772f4ac0e /Library/Homebrew/formula.rb
parent19d92da8543835481e0c42a6acff4a681804f743 (diff)
downloadhomebrew-839ce569c4edfc0e5e1ff4b0a74762581ed68908.tar.bz2
Don't set @env on instances
Diffstat (limited to 'Library/Homebrew/formula.rb')
-rw-r--r--Library/Homebrew/formula.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index f7950bff0..3b126a3b8 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -408,7 +408,7 @@ class Formula
end
def env
- @env ||= self.class.env
+ self.class.env
end
def conflicts