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

Collapse All | Expand All

(-)/usr/share/bash-completion/genlop~ (-2 / +2 lines)
Lines 16-23 Link Here
16
                                                                                                                                                
16
                                                                                                                                                
17
        origdir="${PWD}"
17
        origdir="${PWD}"
18
	COMPREPLY=()
18
	COMPREPLY=()
19
		  portagedir="$( (source /etc/make.globals
19
		  portagedir="$( (source /usr/share/portage/config/make.globals
20
		  		source /etc/make.conf
20
		  		source /etc/portage/make.conf
21
				echo ${PORTDIR}) )"
21
				echo ${PORTDIR}) )"
22
        if [ -z "${portagedir}" ]; then
22
        if [ -z "${portagedir}" ]; then
23
            portagedir=/usr/portage
23
            portagedir=/usr/portage

Return to bug 434574