diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/install.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index e92e80e08..8cbcb0c2a 100755 --- a/Library/Homebrew/install.rb +++ b/Library/Homebrew/install.rb @@ -5,7 +5,7 @@ def text_for_keg_only_formula f <<-EOS This formula is keg-only, so it was not symlinked into #{HOMEBREW_PREFIX}. -#{f.keg_only?} +#{f.keg_only?.strip} Generally there are no consequences of this for you. If you build your own software and it requires this formula, you'll need |
