commit:     043fc5dc46cfca254923a1aabd2164928f1f348d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 18:03:46 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 18:03:46 2016 +0000
URL:        
https://gitweb.gentoo.org/proj/eselect-python.git/commit/?id=043fc5dc

Revert "Respect EROOT when spawning python-exec2c for interpreter list"

This could break cross-compilation.

 python.eselect.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python.eselect.in b/python.eselect.in
index a3720ee..451529d 100644
--- a/python.eselect.in
+++ b/python.eselect.in
@@ -24,7 +24,7 @@ get_installed_pythons() {
                if [[ -x ${INTERPRETER_DIR}/${i} ]]; then
                        echo "${i}"
                fi
-       done < <("${INTERPRETER_DIR}"/python-exec2c -l)
+       done < <(python-exec2c -l)
 }
 
 # Get list of all preference values from python-exec.conf. This

Reply via email to