Make it a proper login shell when entering the build chroot.

This commit is contained in:
Michael Tremer
2014-05-24 18:08:45 +02:00
parent bcb9dc13d7
commit a153194620

View File

@@ -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"