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 48-54 _portageq() { Link Here
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 PATH="${PATH}" emerge -v --info | \
50
        COMPREPLY=($(compgen -W "$(env -i PATH="${PATH}" emerge -v --info | \
51
                sed -n -e '/^[[:upper:]].*=".*"/s/^\(.*\)=".*$/\1/p')" -- ${cur}))
51
                cut -s -d = -f 1)" -- ${cur}))
52
        ;;
52
        ;;
53
53
54
    *v@(isible|ersion)|match)
54
    *v@(isible|ersion)|match)
55
- 

Return to bug 931671