Use os.environ instead of the config.environ(). This solves binpkg extraction
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:13:08 +0000 (20:13 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:13:08 +0000 (20:13 -0000)
commit6d073936d2dda15449c17ae11bd04d178f895026
treeba9587adfff59aeb1681f75c06a4d1497b36f5f7
parent47378f7c076cdfd62b6a6ca5ad80f8ba8acf89c7
Use os.environ instead of the config.environ(). This solves binpkg extraction
issues with catalyst stage1 due to PATH being unset and bzip2/tar binaries
not being found by bash. (trunk r15344)

svn path=/main/branches/2.1.7/; revision=15571
pym/_emerge/BinpkgExtractorAsync.py