Fix wrong assumption in MacOS::Xcode.without_clt?

Fixes Homebrew/homebrew#22221.
This commit is contained in:
Jack Nagel 2013-08-30 14:49:07 -05:00
parent f142cca6e2
commit 6e4ad9eb22

View File

@ -39,7 +39,7 @@ module MacOS::Xcode extend self
end end
def without_clt? def without_clt?
version >= "4.3" and not MacOS::CLT.installed? installed? && version >= "4.3" && !MacOS::CLT.installed?
end end
def prefix def prefix