From a1531946206be54d01ccb7c9266c8d6f8fcce172 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 24 May 2014 18:08:45 +0200 Subject: [PATCH] Make it a proper login shell when entering the build chroot. --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-functions b/tools/make-functions index 16041099c..a50538e9d 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -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" -- 2.39.2