diff options
| -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}  | 
