aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/doctor.rb
diff options
context:
space:
mode:
authorJack Nagel2014-05-19 14:18:23 -0500
committerJack Nagel2014-05-19 14:41:03 -0500
commitc8befa8437eb8776a18ae271f0fd68f92cfbe469 (patch)
tree686743940a99252ccc8d096b61cc2d422bcb6ad3 /Library/Homebrew/cmd/doctor.rb
parent39ee0ec1eef9d0049a3553f852aa6a9a8efb0ba0 (diff)
downloadhomebrew-c8befa8437eb8776a18ae271f0fd68f92cfbe469.tar.bz2
Re-enable Xcode-only support on 10.9
Closes #29377.
Diffstat (limited to 'Library/Homebrew/cmd/doctor.rb')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index 00fe3a25e..a2ccbb8de 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