the installed eselect script (version 1.0.11-r1) has /bin/bash as interpreter, so i guess there is some eprefixify magic missing ... ? On interix this has the effect, that the whole thing just stops (i have no /bin/bash). it never returns, and never reaches the first line of the script. Reproducible: Always Steps to Reproduce: 1. start eselect without arguments. Actual Results: nothing happens, the shell hangs forever
after manually fixing the path: (2) mduft prefix-launcher-trunk $ eselect bashcomp enable !!! Error: You didn't specify any completions to enable. /opt/gentoo.system/usr/share/eselect//libs/core.bash: line 64: pgrep: command not found Killed (2) mduft prefix-launcher-trunk $ eselect bashcomp list Available completions: (none found) (2) mduft prefix-launcher-trunk $ eselect bashcomp enable base !!! Error: /usr/share/bash-completion/base doesn't exist (2) mduft prefix-launcher-trunk $ so there is some more.
argh..... sorry... re-emerging (again) fixed it.