Not sure how I forgot to test that.
This commit is contained in:
Max Howell 2012-08-29 14:52:00 -04:00
parent 096ba6c17c
commit 491be4fa89

View File

@ -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