In preprocess_ebuild_env(), move a filter_readonly_variables call
authorZac Medico <zmedico@gentoo.org>
Sat, 12 Jan 2008 01:47:04 +0000 (01:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 12 Jan 2008 01:47:04 +0000 (01:47 -0000)
commitef618e83d43401c49b0796acfafa43e81bc4e77f
tree0cd4917e4cb078189845d50bd7b55a93426e5801
parentda8ce7d234c34683f75b8ba516d3c8090b88804b
In preprocess_ebuild_env(), move a filter_readonly_variables call
out of a subshell since FreeBSD and prefix users have reported
apparent corruption of the PATH environment variable that triggers
calls to the wrong version of sed (one that does not support the
-r option). (trunk r9193:9195)

svn path=/main/branches/2.1.2/; revision=9196
bin/ebuild.sh