Make movefile() use process.spawn() instead of getstatusoutput() when calling
authorZac Medico <zmedico@gentoo.org>
Sat, 15 Aug 2009 07:08:03 +0000 (07:08 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 15 Aug 2009 07:08:03 +0000 (07:08 -0000)
commit61febc7a779917dde5a39b2e02456ef97869d53d
tree1bbb4c073076b9bae297d328b462ae963c3e3903
parent2a841b102f7a852d937d62c57a1cd44f55e6e45b
Make movefile() use process.spawn() instead of getstatusoutput() when calling
MOVE_BINARY, since spawn will pass encoded file paths directly as arguments.

svn path=/main/trunk/; revision=14061
pym/portage/__init__.py