Removed reference to echo $TERM

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2001-02-15 12:31:41 +00:00
parent 139e6337f3
commit 71545af8cd

View File

@ -23,7 +23,7 @@ actually /mnt/lfs but the shell doesn't know that).
</literallayout></blockquote> </literallayout></blockquote>
<para> <para>
The TERM=`echo $TERM` construction will set the $TERM value inside The TERM=$TERM construction will set the $TERM value inside
chroot to the same value as outside chroot which is needed for programs chroot to the same value as outside chroot which is needed for programs
like vim and less to operate properly. like vim and less to operate properly.
</para> </para>