mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-27 00:21:44 +02:00
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:
parent
9e1daf4f03
commit
805eef45fd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user