From bc40e9fb957fd4fb0ed67ffe57d816b315412119 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 20 Nov 2014 20:11:24 -0600 Subject: [PATCH] aspell: unroll options loop to avoid accessing internals --- Library/Homebrew/cmd/aspell-dictionaries.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/cmd/aspell-dictionaries.rb b/Library/Homebrew/cmd/aspell-dictionaries.rb index 82f25fec72..a6bf30b780 100644 --- a/Library/Homebrew/cmd/aspell-dictionaries.rb +++ b/Library/Homebrew/cmd/aspell-dictionaries.rb @@ -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}"