Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828606
Collapse All | Expand All

(-)/usr/share/bash-completion/helpers/gentoo-common.sh.bak (-1 / +1 lines)
Lines 66-74 Link Here
66
    for f in /usr/share/portage/config/repos.conf \
66
    for f in /usr/share/portage/config/repos.conf \
67
        /etc/portage/repos.conf \
67
        /etc/portage/repos.conf \
68
        /etc/portage/repos.conf/*; do
68
        /etc/portage/repos.conf/*; do
69
69
70
        [[ -f ${f} ]] || continue
70
        [[ -f ${f} && ${f} != *~ ]] || continue
71
        insection=0
71
        insection=0
72
            
72
            
73
        while read -r line; do
73
        while read -r line; do
74
            # skip comments and blank lines
74
            # skip comments and blank lines

Return to bug 828606