From: Zac Medico Date: Fri, 18 Jul 2008 08:56:07 +0000 (-0000) Subject: Fix typo. X-Git-Tag: v2.2_rc2~44 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=700169f22d7f985e9ad038c79b1a9299d83d7951;p=portage.git Fix typo. svn path=/main/trunk/; revision=11124 --- 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)