From e0f037138a16a8d3d608fdd1a1fd23f06df5c6f3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 1 Nov 2007 02:25:18 +0000 Subject: =?UTF-8?q?Add=20a=20check=20for=20redundant=20cd=20"${S}"=20state?= =?UTF-8?q?ments=20on=20the=20first=20line=20of=20src=5F(compile|install|t?= =?UTF-8?q?est)=20ebuild=20methods.=20Thanks=20to=20Petteri=20R=C3=A4ty=20?= =?UTF-8?q?=20for=20this=20patch.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/main/trunk/; revision=8351 --- pym/repoman/errors.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pym/repoman/errors.py') diff --git a/pym/repoman/errors.py b/pym/repoman/errors.py index 8378ed4d8..3b3b3c179 100644 --- a/pym/repoman/errors.py +++ b/pym/repoman/errors.py @@ -11,3 +11,4 @@ TRAILING_WHITESPACE_ERROR = 'Trailing whitespace error on line: %d' READONLY_ASSIGNMENT_ERROR = 'Ebuild contains assignment to read-only variable on line: %d' MISSING_QUOTES_ERROR = 'Unquoted Variable on line: %d' NESTED_DIE_ERROR = 'Ebuild calls die in a subshell' +REDUNDANT_CD_S_ERROR = 'Ebuild has redundant cd ${S} statement on line: %d' -- cgit v1.2.3-1-g7c22