aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend
diff options
context:
space:
mode:
authorJack Nagel2014-05-13 11:22:30 -0500
committerJack Nagel2014-05-13 11:26:21 -0500
commitff25f7ecf74eda4aae10088fed6653d85cec2e00 (patch)
tree96d397c915641d247b0f612454e73ef38b17718c /Library/Homebrew/extend
parent3710beda66913b279f8767dc212977cd963de3b8 (diff)
downloadbrew-ff25f7ecf74eda4aae10088fed6653d85cec2e00.tar.bz2
Future-proof this conditional
Diffstat (limited to 'Library/Homebrew/extend')
-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 f15d8cc25..3f8968153 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -86,7 +86,7 @@ module Superenv
# On 10.9, the tools in /usr/bin proxy to the active developer directory.
# This means we can use them for any combination of CLT and Xcode.
- self["HOMEBREW_PREFER_CLT_PROXIES"] = "1" if MacOS.version == "10.9"
+ self["HOMEBREW_PREFER_CLT_PROXIES"] = "1" if MacOS.version >= "10.9"
# The HOMEBREW_CCCFG ENV variable is used by the ENV/cc tool to control
# compiler flag stripping. It consists of a string of characters which act