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

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- genlop.bash-completion
0
++ genlop.bash-completion
Lines 18-23 Link Here
18
	COMPREPLY=()
18
	COMPREPLY=()
19
		  portagedir="$( (source /etc/make.globals
19
		  portagedir="$( (source /etc/make.globals
20
		  		source /etc/make.conf
20
		  		source /etc/make.conf
21
				source /etc/portage/make.conf
21
				echo ${PORTDIR}) )"
22
				echo ${PORTDIR}) )"
22
        if [ -z "${portagedir}" ]; then
23
        if [ -z "${portagedir}" ]; then
23
            portagedir=/usr/portage
24
            portagedir=/usr/portage

Return to bug 434574