From 0381e7a69791a1be529fcb36f714184dd12dcbbe Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 2 Dec 2010 22:09:08 +0100 Subject: [PATCH] make.sh: Fix shell on 64bit hosts. --- tools/make-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make-functions b/tools/make-functions index de79dba0d7..2bd85f166a 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -265,7 +265,7 @@ entershell() { exiterror "No such file or directory: $BASEDIR/build/usr/src/lfs/" fi echo "Entering to a shell inside LFS chroot, go out with exit" - chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ + $linux32 chroot $LFS /tools/bin/env -i HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin \ VERSION=$VERSION CONFIG_ROOT=$CONFIG_ROOT \ NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \ -- 2.39.2