From 6f7118cd7c20f451e13aa881f81cc248ac8df59b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 24 Oct 2010 12:03:34 -0700 Subject: Fix broken spawn_bash() call. --- pym/_emerge/actions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pym') diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 0ab3bda6a..955aa0f0e 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2396,9 +2396,10 @@ def action_sync(settings, trees, mtimedb, myopts, myaction): "!!! existing '%s' directory; exiting.\n" % myportdir) sys.exit(1) del e - if portage.spawn_bash("cd %s; exec cvs -z0 -d %s co -P gentoo-x86" % \ + if portage.process.spawn_bash( + "cd %s; exec cvs -z0 -d %s co -P gentoo-x86" % \ (portage._shell_quote(cvsdir), portage._shell_quote(cvsroot)), - settings, free=1): + **spawn_kwargs) != os.EX_OK: print("!!! cvs checkout error; exiting.") sys.exit(1) os.rename(os.path.join(cvsdir, "gentoo-x86"), myportdir) -- cgit v1.2.3-1-g7c22