Fix typo in --config.rb

Closes Homebrew/homebrew#11183.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-03-24 12:11:15 -05:00
parent 53481dc14a
commit 0aea8d39e6

View File

@ -97,7 +97,7 @@ module Homebrew extend self
puts "/usr/bin/ruby => #{ruby.realpath}" unless ruby.realpath.to_s =~ %r{^/System}
ponk = macports_or_fink_installed?
puts "MacPorts/Fink: #{ponk?}" if ponk
puts "MacPorts/Fink: #{ponk}" if ponk
x11 = describe_x11
puts "X11: #{x11}" unless x11 == "/usr/X11"