Skip to content
Snippets Groups Projects
Commit bc40e9fb authored by Jack Nagel's avatar Jack Nagel
Browse files

aspell: unroll options loop to avoid accessing internals

parent 395d798b
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment