aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/--config.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb
index ef6b64cc2..281b310cd 100644
--- a/Library/Homebrew/cmd/--config.rb
+++ b/Library/Homebrew/cmd/--config.rb
@@ -64,7 +64,7 @@ module Homebrew extend self
def describe_x11
return "N/A" unless MacOS::XQuartz.installed?
- return "#{MacOS::XQuartz.version} in " + describe_path(MacOS::XQuartz.prefix)
+ return "#{MacOS::XQuartz.version} => " + describe_path(MacOS::XQuartz.prefix)
end
def describe_perl
@@ -127,6 +127,7 @@ module Homebrew extend self
puts "Clang: #{clang ? "#{clang} build #{clang_build}" : "N/A"}"
ponk = macports_or_fink_installed?
puts "MacPorts or Fink? #{ponk}" if ponk
+ puts "X11: #{describe_x11}"
puts "System Ruby: #{RUBY_VERSION}-#{RUBY_PATCHLEVEL}"
puts "Perl: #{describe_perl}"
puts "Python: #{describe_python}"