projects
/
people
/
teissler
/
ipfire-2.x.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make it a proper login shell when entering the build chroot.
[people/teissler/ipfire-2.x.git]
/
tools
/
make-functions
diff --git
a/tools/make-functions
b/tools/make-functions
index
1604109
..
a50538e
100644
(file)
--- a/
tools/make-functions
+++ b/
tools/make-functions
@@
-462,7
+462,7
@@
entershell() {
KGCC="ccache /usr/bin/gcc" \
$(fake_environ) \
$(qemu_environ) \
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"
if [ $? -ne 0 ]; then
beautify message FAIL
exiterror "chroot error"