From: Michael Tremer Date: Sat, 24 May 2014 16:08:45 +0000 (+0200) Subject: Make it a proper login shell when entering the build chroot. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=a1531946206be54d01ccb7c9266c8d6f8fcce172;ds=sidebyside Make it a proper login shell when entering the build chroot. --- 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"