Dale writes:
> I been noticing something weird. If I try to use tab completion with
> the genlop command, I get things like this:
>
> root@fireball / # genlop -t -f /var/-su: /etc/make.globals: No such file
> or directory
> hp-toolbox.lock ^C
Similar here, with missing /etc/make.conf. It's working when I create it,
as symlink to /etc/portage/make.conf. I do have /etc/make.globals, it
points to ../usr/share/portage/config/make.globals.
The problem lies in /usr/share/bash-completion/genlop,
where /etc/make.{conf,globals} are being referenced.
https://bugs.gentoo.org/show_bug.cgi?id=439234
Wonko