diff options
| author | Miikka Koskinen | 2009-09-22 16:48:59 +0300 | 
|---|---|---|
| committer | Max Howell | 2009-09-22 19:56:23 +0100 | 
| commit | aa34166af85939e35481f8ef856574cc52a8fa70 (patch) | |
| tree | fa12eae19aea88d3d4b84a4cd8a08bd5c05fec5e /Library/Formula/readline.rb | |
| parent | 193bfc698466c148a18bfbcaffa5b9fa512910d0 (diff) | |
| download | homebrew-aa34166af85939e35481f8ef856574cc52a8fa70.tar.bz2 | |
Add missing end to readline formula.
Diffstat (limited to 'Library/Formula/readline.rb')
| -rw-r--r-- | Library/Formula/readline.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
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}  | 
