Fix varexpand() so that it doesn't do redundant quote removal that
authorZac Medico <zmedico@gentoo.org>
Sat, 25 Sep 2010 21:56:05 +0000 (14:56 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 25 Sep 2010 21:56:05 +0000 (14:56 -0700)
commit03cbb6c1d2a08d478dfbe8235d5e4ed47c9574ab
treeed24be7e819a135879f6127389fbe59ef91abc01
parentf22d13e4ecfb472b0bfc20f19bd40c8fc4603f74
Fix varexpand() so that it doesn't do redundant quote removal that
is already handled by shlex.

This fixes a bug in getconfig() which caused it to remove backslash
characters it front of quote characters in cases where bash would
have preserved them when sourcing the same input.
pym/portage/util/__init__.py