cros_workon: fix common.sh check

Error message not necessary since you already get an error message from bash.

BUG=none
TEST=see below

$ ./cros_workon
./cros_workon: line 13: /usr/lib/crosutils/common.sh: No such file or directory

$ ./cros_workon_make
./cros_workon_make: line 10: /usr/lib/crosutils/common.sh: No such file or directory

Change-Id: I2087d77876376af9ccb497d0a67c354af281c007

R=petkov@chromium.org,anush@chromium.org

Review URL: http://codereview.chromium.org/6726039
This commit is contained in:
Mandeep Singh Baines 2011-03-25 15:37:43 -07:00 committed by David James
parent 514f69e8bc
commit 230883f9ec

View File

@ -10,7 +10,7 @@
# is intended to support development. The current source tip is fetched,
# source modified and built using the unstable 'live' (9999) ebuild.
. /usr/lib/crosutils/common.sh || (echo "Unable to load common.sh" && exit 1)
. /usr/lib/crosutils/common.sh || exit 1
# Script must be run inside the chroot
get_default_board