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

Unified Diff: bin/cros_workon_make

Issue 5444002: restart_in_chroot_if_needed can run scripts from bin/. cros_workon_now does this (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils.git@master
Patch Set: Created 10 years, 1 month 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 | common.sh » ('j') | common.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/cros_workon_make
diff --git a/bin/cros_workon_make b/bin/cros_workon_make
index da2a3ebca517dfe21ac8c9a0fc54f802154f131c..1556149b8272b7ef13fab514c32edb9dc3528864 100755
--- a/bin/cros_workon_make
+++ b/bin/cros_workon_make
@@ -10,7 +10,7 @@
. "$(dirname $0)/../common.sh"
# Script must be run inside the chroot.
-assert_inside_chroot
+restart_in_chroot_if_needed "$@"
get_default_board
« no previous file with comments | « no previous file | common.sh » ('j') | common.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698