From 71cc478a86cf71b8a2440ab0b35f8227e5525d9a Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sat, 30 Jul 2011 11:00:45 +0100 Subject: [PATCH] Strip keg_only? text to avoid double newlines --- Library/Homebrew/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/install.rb b/Library/Homebrew/install.rb index e92e80e084..8cbcb0c2a2 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