mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 07:01:13 +02:00
This fix separates out any additional command line arguments given to the enter_chroot.sh script when passed to the interior chroot. This allows one to pass environment variable settings to the interior chroot shell such as: ./enter_chroot.sh -- CHROME_ORIGIN=LOCAL_SOURCE emerge-x86-generic ... Before this fix any of these variable settings will be sucked up by the shell launching the chroot, not the interior shell. BUG=chromium-os:2457 TEST=ran test cases detailed in bug report Review URL: http://codereview.chromium.org/2855034
Description
Languages
Shell
93.1%
Python
6.9%