aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-11-20 20:11:24 -0600
committerJack Nagel2014-11-20 20:11:24 -0600
commitbc40e9fb957fd4fb0ed67ffe57d816b315412119 (patch)
tree5ee6d42539f404b7c0d7e543aee10f91e7ecb630 /Library/Homebrew
parent395d798bc293aae877a92f9535c5621fea226876 (diff)
downloadbrew-bc40e9fb957fd4fb0ed67ffe57d816b315412119.tar.bz2
aspell: unroll options loop to avoid accessing internals
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/cmd/aspell-dictionaries.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/aspell-dictionaries.rb b/Library/Homebrew/cmd/aspell-dictionaries.rb
index 82f25fec7..a6bf30b78 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}"