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

Unified Diff: enter_chroot.sh

Issue 2855034: Separate out additional cmd line args to chroot (Closed) Base URL: ssh://git@gitrw.chromium.org/crosutils.git
Patch Set: Created 10 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: enter_chroot.sh
diff --git a/enter_chroot.sh b/enter_chroot.sh
index 9d2117cd6b5eb151b2b6c73ff2d43e180a543767..a4304823551da374afdb9773ffd27d31ca91d958 100755
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -264,7 +264,7 @@ CHROOT_PASSTHRU="CHROMEOS_REVISION=$REVISION BUILDBOT_BUILD=$FLAGS_build_number
# the source trunk for scripts that may need to print it (e.g.
# build_image.sh).
sudo chroot "$FLAGS_chroot" sudo -i -u $USER $CHROOT_PASSTHRU \
- EXTERNAL_TRUNK_PATH="${FLAGS_trunk}" LANG=C "$@"
+ EXTERNAL_TRUNK_PATH="${FLAGS_trunk}" LANG=C -- "$@"
# Remove trap and explicitly unmount
trap - EXIT
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698