From 340a293b0e9512bdb22ba97311cefb2ea9bb0d98 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 29 Aug 2012 14:52:00 -0400 Subject: Typo Not sure how I forgot to test that.--- Library/Homebrew/superenv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index fbcc3eabc..1fd8b4031 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -18,7 +18,7 @@ end def superenv? not MacOS::Xcode.bad_xcode_select_path? and # because xcrun won't work not MacOS::Xcode.folder.nil? and # because xcrun won't work - and superenv_bin and superenv_bin.directory? and + superenv_bin and superenv_bin.directory? and not ARGV.include? "--env=std" end -- cgit v1.2.3