diff options
| author | Jack Nagel | 2013-02-07 13:33:03 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-07 13:33:04 -0600 |
| commit | f227695465b5615fc9ca52fa138f9c9edb451856 (patch) | |
| tree | 6e806a3151fea653b08b1919b642679dbb58a162 /Library | |
| parent | ef6d01fc8f8a10e1ab10645cc880be2c57ee44da (diff) | |
| download | brew-f227695465b5615fc9ca52fa138f9c9edb451856.tar.bz2 | |
superenv bin directory is under HOMEBREW_REPOSITORY
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/macos.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb index 87034f86d..c33be688c 100644 --- a/Library/Homebrew/macos.rb +++ b/Library/Homebrew/macos.rb @@ -39,7 +39,7 @@ module MacOS extend self xcrun_path = unless Xcode.bad_xcode_select_path? path = `/usr/bin/xcrun -find #{tool} 2>/dev/null`.chomp # If xcrun finds a superenv tool then discard the result. - path unless path.include?(HOMEBREW_PREFIX/"Library/ENV") + path unless path.include?(HOMEBREW_REPOSITORY/"Library/ENV") end paths = %W[#{xcrun_path} |
