From 93da99be03a310ac708d68246bfcac0a0b7d13f4 Mon Sep 17 00:00:00 2001 From: Mandeep Singh Baines Date: Sat, 5 Feb 2011 11:42:19 -0800 Subject: [PATCH] cros_workon: fix comments/messages to be consistent with new location cros_workon has move to /usr/bin/ BUG=11507 TEST=none Change-Id: I7301f659900713c432104ccceb3e658218e0ecac Review URL: http://codereview.chromium.org/6334137 --- bash_completion | 2 +- bin/cros_workon_make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index bc9988aace..0ff38e456d 100644 --- a/bash_completion +++ b/bash_completion @@ -133,7 +133,7 @@ _autotest_complete() { # TODO(petkov): Currently, this assumes that the command is the first # argument. In practice, the command is the first non-flag # argument. I.e., this should be fixed to support something like -# "./cros_workon --all list". +# "cros_workon --all list". _complete_cros_workon_command() { [ ${COMP_CWORD} -eq 1 ] || return 1 local command="${COMP_WORDS[1]}" diff --git a/bin/cros_workon_make b/bin/cros_workon_make index b4fa489a17..a0599f0402 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