Always output X11 version and path in config dump

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-07-08 12:16:53 -05:00
parent 75a60e5104
commit 63d77ac6de

View File

@ -95,8 +95,7 @@ module Homebrew extend self
ponk = macports_or_fink_installed? ponk = macports_or_fink_installed?
puts "MacPorts/Fink: #{ponk}" if ponk puts "MacPorts/Fink: #{ponk}" if ponk
x11 = describe_x11 puts "X11: #{describe_x11}"
puts "X11: #{x11}" unless x11 == "/usr/X11"
end end
def config_s def config_s