From 3a95784f6ba9ebc2b79a96d1220d23497bc1a360 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 1 Nov 2007 17:49:49 +0000 Subject: Make the EbuildUselessCdS check for both quoted and unquoted ${S} so the user doesn't have to fix quoting before this check will recognize the violation. svn path=/main/trunk/; revision=8353 --- pym/repoman/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/repoman/checks.py') diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index eea7ba40f..d6fcc1318 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -248,7 +248,7 @@ class EbuildUselessCdS(ContentCheck): """Check for redundant cd ${S} statements""" repoman_check_name = 'ebuild.minorsyn' method_re = re.compile(r'^\s*src_(compile|install|test)\s*\(\)') - cds_re = re.compile(r'^\s*cd\s+"\$(\{S\}|S)"\s') + cds_re = re.compile(r'^\s*cd\s+("\$(\{S\}|S)"|\$(\{S\}|S))\s') def __init__(self, contents): ContentCheck.__init__(self, contents) -- cgit v1.2.3-1-g7c22