aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2012-08-29 14:52:00 -0400
committerMax Howell2012-08-29 14:52:00 -0400
commit491be4fa899d59a276dc4a546a6334b540674e6b (patch)
tree64d34f39a11ba5335f0292cccfc7766df3855d0a
parent096ba6c17cc966d04e01ca837372b9c77990ac0b (diff)
downloadbrew-491be4fa899d59a276dc4a546a6334b540674e6b.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