From 473caf415603e0b69ac29b0f0e59761b3c583ed8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 14 Mar 2013 18:12:34 +0100 Subject: [PATCH] repoman checks: include BUILD_DIR in quoting checks. --- pym/repoman/checks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py index 3b2b124ba..b29b8d361 100644 --- a/pym/repoman/checks.py +++ b/pym/repoman/checks.py @@ -164,6 +164,9 @@ class EbuildQuote(LineCheck): "GAMES_DATADIR_BASE", "GAMES_SYSCONFDIR", "GAMES_STATEDIR", "GAMES_LOGDIR", "GAMES_BINDIR"] + # variables for multibuild.eclass + var_name += ["BUILD_DIR"] + var_names = "(%s)" % "|".join(var_names) var_reference = re.compile(r'\$(\{'+var_names+'\}|' + \ var_names + '\W)') -- 2.26.2