aspell: fix audit warning

Closes Homebrew/homebrew#19731.
This commit is contained in:
Jack Nagel 2013-06-03 18:59:47 -05:00
parent ef0920e01d
commit d38b369497

View File

@ -40,8 +40,10 @@ EOF
done
cat <<EOF >> $brew_formulae_tmp_file
def aspell_available_languages
class Aspell < Formula
def self.available_languages
%w(${langs})
end
end
# END generated with `basename $0`
EOF