diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 00fe3a25e83b62be00299512894864d9aee8fc54..a2ccbb8de606692b58a0397b5c98a5ea6d892fca 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -200,7 +200,7 @@ end if MacOS.version >= "10.9" def check_for_installed_developer_tools - unless MacOS::CLT.installed? then <<-EOS.undent + unless MacOS::Xcode.installed? || MacOS::CLT.installed? then <<-EOS.undent No developer tools installed. Install the Command Line Tools: xcode-select --install