From d38b369497c568e396894c96eaaa5121850cafd0 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 3 Jun 2013 18:59:47 -0500 Subject: aspell: fix audit warning Closes Homebrew/homebrew#19731. --- Library/Contributions/cmd/brew-aspell-dictionaries | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Contributions/cmd/brew-aspell-dictionaries b/Library/Contributions/cmd/brew-aspell-dictionaries index 61a5e085e..86ce14904 100755 --- a/Library/Contributions/cmd/brew-aspell-dictionaries +++ b/Library/Contributions/cmd/brew-aspell-dictionaries @@ -40,8 +40,10 @@ EOF done cat <> $brew_formulae_tmp_file -def aspell_available_languages - %w(${langs}) +class Aspell < Formula + def self.available_languages + %w(${langs}) + end end # END generated with `basename $0` EOF -- cgit v1.2.3