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 done
cat <<EOF >> $brew_formulae_tmp_file cat <<EOF >> $brew_formulae_tmp_file
def aspell_available_languages class Aspell < Formula
%w(${langs}) def self.available_languages
%w(${langs})
end
end end
# END generated with `basename $0` # END generated with `basename $0`
EOF EOF