diff options
| author | Adam Vandenberg | 2010-06-24 17:05:57 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-28 16:47:52 -0700 |
| commit | 4ee6b6b8988f69478da7e942e5c03e6312eff8a7 (patch) | |
| tree | a0898a9c8394b7ec2f284482c5a55fdb05c93fd2 /Library | |
| parent | 9de853524ef8924d6dc60b227a167a6005b0bac6 (diff) | |
| download | homebrew-4ee6b6b8988f69478da7e942e5c03e6312eff8a7.tar.bz2 | |
Fix spacing in brew doctor messages.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/brew_doctor.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/brew_doctor.rb b/Library/Homebrew/brew_doctor.rb index cb3d340a8..01f665142 100644 --- a/Library/Homebrew/brew_doctor.rb +++ b/Library/Homebrew/brew_doctor.rb @@ -205,6 +205,7 @@ def check_pkg_config_paths To resolve this issue, re-brew pkg-config with: brew rm pkg-config && brew install pkg-config + EOS end end @@ -221,6 +222,7 @@ def check_for_gettext If you `brew link gettext` then a large number of brews that don't otherwise have a `depends_on 'gettext'` will pick up gettext anyway during the `./configure` step. + EOS end end @@ -256,6 +258,7 @@ def check_for_config_scripts puts pair[0] puts " " + pair[1] * " " end + puts end end |
