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

Collapse All | Expand All

(-)genlop.bash-completion.new (-2 / +2 lines)
Lines 22-28 Link Here
22
        fi
22
        fi
23
        cur="${COMP_WORDS[COMP_CWORD]}"
23
        cur="${COMP_WORDS[COMP_CWORD]}"
24
                                                                                                                                                
24
                                                                                                                                                
25
        cd "${portagedir}"
25
        builtin cd "${portagedir}"
26
        grepcmd="grep -E ^${cur}.*"
26
        grepcmd="grep -E ^${cur}.*"
27
        sedcmd="sed -e /^[^-]*$/d"
27
        sedcmd="sed -e /^[^-]*$/d"
28
	case "${cur}" in
28
	case "${cur}" in
Lines 54-60 Link Here
54
			;;
54
			;;
55
	esac
55
	esac
56
	
56
	
57
        cd "${origdir}"
57
        builtin cd "${origdir}"
58
        return 0
58
        return 0
59
}
59
}
60
complete -o default -F _genlop genlop
60
complete -o default -F _genlop genlop

Return to bug 109697