Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 931671 | Differences between
and this patch

Collapse All | Expand All

(-)a/completions/portageq (-2 / +1 lines)
Lines 47-53 _portageq() { Link Here
47
47
48
    # this also isn't the fastest, but I welcome an alternative method
48
    # this also isn't the fastest, but I welcome an alternative method
49
    envvar)
49
    envvar)
50
        COMPREPLY=($(compgen -W "$(env -i emerge -v --info | \
50
        COMPREPLY=($(compgen -W "$(env -i PATH="${PATH}" emerge -v --info | \
51
                sed -n -e '/^[[:upper:]].*=".*"/s/^\(.*\)=".*$/\1/p')" -- ${cur}))
51
                sed -n -e '/^[[:upper:]].*=".*"/s/^\(.*\)=".*$/\1/p')" -- ${cur}))
52
        ;;
52
        ;;
53
53
54
- 

Return to bug 931671