diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/--config.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb index da146ac89..755695567 100644 --- a/Library/Homebrew/cmd/--config.rb +++ b/Library/Homebrew/cmd/--config.rb @@ -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" |
