diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/--config.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/--config.rb b/Library/Homebrew/cmd/--config.rb index 57dfd3560..02e8021b9 100644 --- a/Library/Homebrew/cmd/--config.rb +++ b/Library/Homebrew/cmd/--config.rb @@ -95,8 +95,7 @@ module Homebrew extend self ponk = macports_or_fink_installed? puts "MacPorts/Fink: #{ponk}" if ponk - x11 = describe_x11 - puts "X11: #{x11}" unless x11 == "/usr/X11" + puts "X11: #{describe_x11}" end def config_s |
