From b19b9ddd5a448feee669383383d819f904f65872 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 8 Feb 2008 04:42:48 +0000 Subject: Add DISTDIR to the EbuildQuote.var_names. Thanks to Betelgeuse. (trunk r9290) svn path=/main/branches/2.1.2/; revision=9291 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') diff --git a/bin/repoman b/bin/repoman index 7b95304d0..801390e77 100755 --- a/bin/repoman +++ b/bin/repoman @@ -929,7 +929,7 @@ class EbuildQuote(LineCheck): repoman_check_name = 'ebuild.minorsyn' ignore_line = re.compile(r'(^$)|(^\s*#.*)|(^\s*\w+=.*)|(^\s*(local|export)\s+)') - var_names = r'(D|S|T|ROOT|FILESDIR|WORKDIR)' + var_names = r'(D|DISTDIR|FILESDIR|S|T|ROOT|WORKDIR)' var_reference = re.compile(r'\$(\{'+var_names+'\}|' + \ var_names + '\W)') missing_quotes = re.compile(r'(\s|^)[^"\'\s]*\$\{?' + var_names + \ -- cgit v1.2.3-1-g7c22