From 278d9dfdb45aad355e2258f35ed8068f93799692 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 13 May 2014 12:48:27 -0500 Subject: [PATCH] self, not ENV --- Library/Homebrew/extend/ENV/super.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/extend/ENV/super.rb b/Library/Homebrew/extend/ENV/super.rb index 699ac6f4be..c73c037d1e 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