Skip to content
Snippets Groups Projects
Commit 120ce107 authored by Jack Nagel's avatar Jack Nagel
Browse files

--config: remove confusing XQuartz annotation


Apple's X11 is XQuartz, but this can be confusing, and is ultimately
unnecessary for debugging purposes.

Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
parent 3dec84de
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ module Homebrew extend self
def describe_x11
return "N/A" unless MacOS::XQuartz.installed?
return "XQuartz #{MacOS::XQuartz.version} in " + describe_path(MacOS::XQuartz.prefix)
return "#{MacOS::XQuartz.version} in " + describe_path(MacOS::XQuartz.prefix)
end
def describe_perl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment