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

Collapse All | Expand All

(-)gentoo.old (-2 / +3 lines)
Lines 700-707 Link Here
700
    COMPREPLY=()
700
    COMPREPLY=()
701
    cur="${COMP_WORDS[COMP_CWORD]}"
701
    cur="${COMP_WORDS[COMP_CWORD]}"
702
702
703
    opts="help setup clean fetch digest manifest unpack compile test preinst \
703
    opts="config info pretend setup unpack prepare configure compile test \
704
        install postinst qmerge merge unmerge prerm postrm config package rpm"
704
        install preinst postinst prerm postrm help depend fetch fetchall \
705
        digest manifest qmerge merge unmerge clean cleanrm package rpm"
705
706
706
    if [[ $COMP_CWORD -eq 1 ]] ; then
707
    if [[ $COMP_CWORD -eq 1 ]] ; then
707
    COMPREPLY=($(compgen -f -X "!*.ebuild" -- ${cur}) \
708
    COMPREPLY=($(compgen -f -X "!*.ebuild" -- ${cur}) \

Return to bug 235454