From 894771767cd099c5b60220f79d779ccfe331831d 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/_emerge/actions.py') diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 0908c2ca2..c75120208 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -2386,9 +2386,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