In the EbuildQuote check, combine the var_assignment
authorZac Medico <zmedico@gentoo.org>
Wed, 3 Oct 2007 00:12:18 +0000 (00:12 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 3 Oct 2007 00:12:18 +0000 (00:12 -0000)
commit4f6e99bee83928a1888284a8a8ec0295feffc6f5
tree2d3aa649903c01a03a3d4e788b0de207899e6d78
parentcf1d139137a6fa898384665515f4992c5934801f
In the EbuildQuote check, combine the var_assignment
regex together with the ignore_line regex. This also
fixes an issue with the var_assignment regex allowing
violations like `make DESTDIR=${D}` to slip through.

svn path=/main/trunk/; revision=7904
pym/repoman/checks.py