From aa34166af85939e35481f8ef856574cc52a8fa70 Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Tue, 22 Sep 2009 16:48:59 +0300 Subject: Add missing end to readline formula. --- Library/Formula/readline.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/readline.rb b/Library/Formula/readline.rb index 809ef4809..03d861fd0 100644 --- a/Library/Formula/readline.rb +++ b/Library/Formula/readline.rb @@ -10,6 +10,7 @@ OS X provides the BSD Readline library. In order to prevent conflicts when programs look for libreadline we are defaulting this GNU Readline installation to keg-only. EOS + end def patches (1..4).collect {|n| "ftp://ftp.gnu.org/gnu/readline/readline-6.0-patches/readline60-%03d"%n} -- cgit v1.2.3