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

Unified Diff: bin/cros_workon_make

Issue 6334137: cros_workon: fix comments/messages to be consistent with new location (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 years, 10 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 | « bash_completion ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_workon_make
diff --git a/bin/cros_workon_make b/bin/cros_workon_make
index b4fa489a17b95b9b29973b4005e6f7f62c00f280..a0599f0402e0cb9e234cc1fedf64d37cd7e90472 100755
--- a/bin/cros_workon_make
+++ b/bin/cros_workon_make
@@ -71,7 +71,7 @@ workpath=
if ! pkgfile=$("${EQUERYCMD}" which "${workon_name}" 2> /dev/null); then
if ACCEPT_KEYWORDS="~${BOARD_KEYWORD}" "${EQUERYCMD}" which "${workon_name}" \
> /dev/null 2>&1; then
- die "run './cros_workon --board ${BOARD_STR} start ${1}' first!" 1>&2
+ die "run 'cros_workon --board ${BOARD_STR} start ${1}' first!" 1>&2
fi
die "error looking up package $1"
fi
« no previous file with comments | « bash_completion ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698