aspell: unroll options loop to avoid accessing internals

This commit is contained in:
Jack Nagel 2014-11-20 20:11:24 -06:00
parent 395d798bc2
commit bc40e9fb95

View File

@ -28,6 +28,7 @@ module Homebrew
resources << r
end.each(&:fetch).each do |r|
puts <<-EOS
option "with-lang-#{r.name}", "Install #{r.name} dictionary"
resource "#{r.name}" do
url "#{r.url}"
mirror "#{r.mirrors.first}"