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

Collapse All | Expand All

(-)genlop.bash-completion (-1 / +1 lines)
Lines 17-23 Link Here
17
        origdir="${PWD}"
17
        origdir="${PWD}"
18
	COMPREPLY=()
18
	COMPREPLY=()
19
        portagedir="$( (source /etc/make.conf; echo ${PORTDIR}) )"
19
        portagedir="$( (source /etc/make.conf; echo ${PORTDIR}) )"
20
        if [ ${portagedir} = "" ]; then
20
        if [ "${portagedir}" = "" ]; then
21
            portagedir=/usr/portage
21
            portagedir=/usr/portage
22
        fi
22
        fi
23
        cur="${COMP_WORDS[COMP_CWORD]}"
23
        cur="${COMP_WORDS[COMP_CWORD]}"

Return to bug 93853