diff options
| author | Jack Nagel | 2014-06-10 17:46:44 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-10 17:50:33 -0500 |
| commit | b59f4b0c986958067638dc43f65d4613127d270b (patch) | |
| tree | 4c555d03199c0a748b481ae227023e80a9aff07f /Library/Homebrew | |
| parent | 689faba68ec3ccf5ab38db30ac5229851d4134c1 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
