aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorJack Nagel2012-09-14 12:27:33 -0500
committerJack Nagel2012-09-14 12:29:51 -0500
commit2761d3ee49cd3e2f9006733b8b1084cccb063e28 (patch)
tree90b82b799e1e1ecbe0b27a505719d6a8ca4adb5b /Library/Homebrew/cmd
parent88ad4c061d8d2bf7fe1bce29cf474b0bd854df2a (diff)
downloadbrew-2761d3ee49cd3e2f9006733b8b1084cccb063e28.tar.bz2
Restore X11 description to --config output
Oops. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd')
-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}"