Fix typo in --config.rb
Closes Homebrew/homebrew#11183. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
53481dc14a
commit
0aea8d39e6
@ -97,7 +97,7 @@ module Homebrew extend self
|
|||||||
puts "/usr/bin/ruby => #{ruby.realpath}" unless ruby.realpath.to_s =~ %r{^/System}
|
puts "/usr/bin/ruby => #{ruby.realpath}" unless ruby.realpath.to_s =~ %r{^/System}
|
||||||
|
|
||||||
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
|
x11 = describe_x11
|
||||||
puts "X11: #{x11}" unless x11 == "/usr/X11"
|
puts "X11: #{x11}" unless x11 == "/usr/X11"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user