aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2012-11-12 19:42:26 -0600
committerJack Nagel2012-11-12 19:48:09 -0600
commite40a7d498535b01f72429249498f788b77409286 (patch)
treec98ceb07bf6c149cda493445fe362a4eb1ec1296 /Library/Homebrew/cmd
parentdfc8ab24cec4f2854d45052ab65156186116f5be (diff)
downloadhomebrew-e40a7d498535b01f72429249498f788b77409286.tar.bz2
Don't advise XQuartz upgrades for system X11
Yeah, yeah. The XQuartz/X11 stuff is confusing.
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/doctor.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb
index c02323365..4a4496fbd 100644
--- a/Library/Homebrew/cmd/doctor.rb
+++ b/Library/Homebrew/cmd/doctor.rb
@@ -976,6 +976,7 @@ end
def check_for_latest_xquartz
quartz = MacOS::XQuartz.version
return unless quartz
+ return if MacOS::XQuartz.provided_by_apple?
quartz = Version.new(quartz)
latest = Version.new(MacOS::XQuartz.latest_version)