aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-06-10 17:46:44 -0500
committerJack Nagel2014-06-10 17:50:33 -0500
commitb59f4b0c986958067638dc43f65d4613127d270b (patch)
tree4c555d03199c0a748b481ae227023e80a9aff07f /Library/Homebrew
parent689faba68ec3ccf5ab38db30ac5229851d4134c1 (diff)
downloadhomebrew-b59f4b0c986958067638dc43f65d4613127d270b.tar.bz2
Stop caching Superenv.bin
It is not a hotspot and causes an ordering dependency in the tests.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/extend/ENV/super.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb
index e1288f5cb..fb32dc806 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -23,7 +23,7 @@ module Superenv
end
def self.bin
- @bin ||= (HOMEBREW_REPOSITORY/"Library/ENV").subdirs.reject { |d| d.basename.to_s > MacOS::Xcode.version }.max
+ (HOMEBREW_REPOSITORY/"Library/ENV").subdirs.reject { |d| d.basename.to_s > MacOS::Xcode.version }.max
end
def reset