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

Unified Diff: host/cros_workon

Issue 6726039: cros_workon: fix common.sh check (Closed) Base URL: http://git.chromium.org/git/dev-util.git@master
Patch Set: Created 9 years, 9 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 | host/cros_workon_make » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/cros_workon
diff --git a/host/cros_workon b/host/cros_workon
index d991356c55ca3bf44d288d9df65a297a3f830c6f..fc1c365ba825305a694d8ed1fc216ed79a4f7764 100755
--- a/host/cros_workon
+++ b/host/cros_workon
@@ -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
« no previous file with comments | « no previous file | host/cros_workon_make » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698