mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 04:06:33 +02:00
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:
parent
514f69e8bc
commit
230883f9ec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user