aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-13 12:48:27 -0500
committerJack Nagel2014-05-13 12:48:27 -0500
commit278d9dfdb45aad355e2258f35ed8068f93799692 (patch)
treef6f38ebc9d48b484b9cc7f64ee0b8faa14dd9749 /Library
parentdeb65a959d6b1a8434b0304f6389a6e8065d1e25 (diff)
downloadbrew-278d9dfdb45aad355e2258f35ed8068f93799692.tar.bz2
self, not ENV
Diffstat (limited to 'Library')
-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 699ac6f4b..c73c037d1 100644
--- a/Library/Homebrew/extend/ENV/super.rb
+++ b/Library/Homebrew/extend/ENV/super.rb
@@ -103,7 +103,7 @@ module Superenv
# s - apply fix for sed's Unicode support
# a - apply fix for apr-1-config path
- warn_about_non_apple_gcc($1) if ENV['HOMEBREW_CC'] =~ GNU_GCC_REGEXP
+ warn_about_non_apple_gcc($1) if self["HOMEBREW_CC"] =~ GNU_GCC_REGEXP
end
private