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

(-)gentoo-bashcomp-20180302/helpers/gentoo-common.sh.orig (-1 / +1 lines)
Lines 65-71 _parsereposconf() { Link Here
65
65
66
    for f in @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/repos.conf \
66
    for f in @GENTOO_PORTAGE_EPREFIX@/usr/share/portage/config/repos.conf \
67
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf \
67
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf \
68
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/*.conf; do
68
        @GENTOO_PORTAGE_EPREFIX@/etc/portage/repos.conf/*; do
69
69
70
        [[ -f ${f} ]] || continue
70
        [[ -f ${f} ]] || continue
71
        insection=0
71
        insection=0

Return to bug 562626