Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1379)

Unified Diff: cros_workon

Issue 3015063: cros_workon: when finding the ebuild path, look for the 9999 ebuild (Closed) Base URL: ssh://gitrw.chromium.org/crosutils
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cros_workon
diff --git a/cros_workon b/cros_workon
index d48bed9298eaad0f0d42f1662c8d5087347e0a2d..5cccfe4ecd53d430d6534dba6b758f873b58ebd4 100755
--- a/cros_workon
+++ b/cros_workon
@@ -76,7 +76,7 @@ canonicalize_name () {
local pkgfile
local pkgname
- if ! pkgfile=$(${EQUERYCMD} which $1); then
+ if ! pkgfile=$(ACCEPT_KEYWORDS="**" ${EQUERYCMD} which $1); then
warn "error looking up package $1" 1>&2
return 1
fi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698