summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-07-18 08:56:07 +0000
committerZac Medico <zmedico@gentoo.org>2008-07-18 08:56:07 +0000
commit700169f22d7f985e9ad038c79b1a9299d83d7951 (patch)
tree1ea51ffcf59fe711caf0e5eec21c7df49795ff21 /pym
parent4df9b526bcf31fb703fa9231f283c778e772c1a8 (diff)
downloadportage-700169f22d7f985e9ad038c79b1a9299d83d7951.tar.gz
portage-700169f22d7f985e9ad038c79b1a9299d83d7951.tar.bz2
portage-700169f22d7f985e9ad038c79b1a9299d83d7951.zip
Fix typo.
svn path=/main/trunk/; revision=11124
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
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)