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 (-4 / +2 lines)
Line  Link Here
0
-- a/genlop
0
++ b/genlop
Lines 16-24 Link Here
16
                                                                                                                                                
16
                                                                                                                                                
17
        origdir="${PWD}"
17
        origdir="${PWD}"
18
	COMPREPLY=()
18
	COMPREPLY=()
19
		  portagedir="$( (source /etc/make.globals
19
	portagedir="$(portageq portdir)"
20
		  		source /etc/make.conf
21
				echo ${PORTDIR}) )"
22
        if [ -z "${portagedir}" ]; then
20
        if [ -z "${portagedir}" ]; then
23
            portagedir=/usr/portage
21
            portagedir=/usr/portage
24
        fi
22
        fi

Return to bug 434574