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 |