From 491be4fa899d59a276dc4a546a6334b540674e6b Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 29 Aug 2012 14:52:00 -0400 Subject: [PATCH] Typo Not sure how I forgot to test that. --- Library/Homebrew/superenv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index fbcc3eabc6..1fd8b40310 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