mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-10 05:01:47 +01:00
The host system's PATH may not be match the one required by the SDK. When going through the enter_chroot script it gets reset because bash is invoked as a login shell but this doesn't happen when using the plain old chroot command. Fixes https://github.com/coreos/scripts/pull/290