From 500129e027b50cc83e108fc6ae5cdd4b8baee326 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Tue, 30 Aug 2011 09:55:37 -0700 Subject: AucTeX: Fix caveats Ending `def caveats` with `puts <<-EOS` causes text to be printed whenever the formula is imported (which confuses the output of things like `brew audit`). A plain `<<-EOS` should be used. Closes #7303. --- Library/Formula/auctex.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/auctex.rb b/Library/Formula/auctex.rb index 3132acb93..e9c511819 100644 --- a/Library/Formula/auctex.rb +++ b/Library/Formula/auctex.rb @@ -61,7 +61,7 @@ class Auctex < Formula EOS end - puts <<-EOS.undent + <<-EOS.undent * texmf files installed into #{HOMEBREW_PREFIX}/share/texmf/ you can add it to your TEXMFHOME using: -- cgit v1.2.3