aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-08-29 14:52:00 -0400
committerMax Howell2012-08-29 14:52:00 -0400
commit340a293b0e9512bdb22ba97311cefb2ea9bb0d98 (patch)
tree59d7d266ed066684157a85f535af71d2dcd799f3
parent7857453ac43e99665a38d5ef965903eb81d307df (diff)
downloadhomebrew-340a293b0e9512bdb22ba97311cefb2ea9bb0d98.tar.bz2
Typo
Not sure how I forgot to test that.
-rw-r--r--Library/Homebrew/superenv.rb2
1 files changed, 1 insertions, 1 deletions
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