mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Make it a proper login shell when entering the build chroot.
This commit is contained in:
@@ -462,7 +462,7 @@ entershell() {
|
||||
KGCC="ccache /usr/bin/gcc" \
|
||||
$(fake_environ) \
|
||||
$(qemu_environ) \
|
||||
/tools/bin/bash
|
||||
/tools/bin/bash -i
|
||||
if [ $? -ne 0 ]; then
|
||||
beautify message FAIL
|
||||
exiterror "chroot error"
|
||||
|
||||
Reference in New Issue
Block a user