]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Make it a proper login shell when entering the build chroot.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 May 2014 16:08:45 +0000 (18:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 24 May 2014 16:22:44 +0000 (18:22 +0200)
tools/make-functions

index 16041099ccbc84e7869921c3b846749833b83d80..a50538e9dc11ec3139321e9a4523f230a0256efa 100644 (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"