From 700169f22d7f985e9ad038c79b1a9299d83d7951 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 18 Jul 2008 08:56:07 +0000 Subject: Fix typo. svn path=/main/trunk/; revision=11124 --- pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index d2d4b6efa..b5461fdb4 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -4283,7 +4283,7 @@ def _post_phase_userpriv_perms(mysettings): def _post_src_install_checks(mysettings): _post_src_install_uid_fix(mysettings) global _post_phase_cmds - retval = _spawn_misc_sh(mysettings, post_phase_cmds["install"]) + retval = _spawn_misc_sh(mysettings, _post_phase_cmds["install"]) if retval != os.EX_OK: writemsg("!!! install_qa_check failed; exiting.\n", noiselevel=-1) -- cgit v1.2.3-1-g7c22