cros_workon: when finding the ebuild path, look for the 9999 ebuild

modified:   cros_workon

Review URL: http://codereview.chromium.org/3015063
This commit is contained in:
Zdenek Behan 2010-08-06 15:13:03 -07:00 committed by David James
parent 9e1daf4f03
commit 805eef45fd

View File

@ -76,7 +76,7 @@ canonicalize_name () {
local pkgfile local pkgfile
local pkgname local pkgname
if ! pkgfile=$(${EQUERYCMD} which $1); then if ! pkgfile=$(ACCEPT_KEYWORDS="**" ${EQUERYCMD} which $1); then
warn "error looking up package $1" 1>&2 warn "error looking up package $1" 1>&2
return 1 return 1
fi fi