Use os.environ instead of the config.environ(). This solves binpkg extraction
authorZac Medico <zmedico@gentoo.org>
Fri, 12 Feb 2010 09:02:37 +0000 (09:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 12 Feb 2010 09:02:37 +0000 (09:02 -0000)
commitd50073eb59d027b92196de6812428203bdcfb81b
treeb7737723f00287e1e20933f5d57f5a1313ef4619
parent3b1ad6f8182b02967444e01995c0433617c59eb9
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.

svn path=/main/trunk/; revision=15344
pym/_emerge/BinpkgExtractorAsync.py