summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pym/_emerge/actions.py')
-rw-r--r--pym/_emerge/actions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py
index 9c2c36c6..5a1a4f38 100644
--- a/pym/_emerge/actions.py
+++ b/pym/_emerge/actions.py
@@ -2600,7 +2600,8 @@ def action_sync(settings, trees, mtimedb, myopts, myaction, repo_name=None):
trees[settings["ROOT"]]["vartree"].dbapi.match(
portage.const.PORTAGE_PACKAGE_ATOM))
- chk_updated_cfg_files("/", settings.get("CONFIG_PROTECT","").split())
+ chk_updated_cfg_files("/",
+ portage.util.shlex_split(settings.get("CONFIG_PROTECT", "")))
if myaction != "metadata":
postsync = os.path.join(settings["PORTAGE_CONFIGROOT"],