diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 12:31:41 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 12:31:41 +0000 |
commit | 71545af8cdd3c7b2376e0eea863cf54c5417b538 (patch) | |
tree | 5e7633b479574af1ceab6276fe40ccf1816d5144 | |
parent | 139e6337f3b02dd59ccc957fd2bbf04b9620a607 (diff) |
Removed reference to `echo $TERM`
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/chroot.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/chroot.sgml b/chapter06/chroot.sgml index 067aac9a2..4851a2862 100644 --- a/chapter06/chroot.sgml +++ b/chapter06/chroot.sgml @@ -23,7 +23,7 @@ actually /mnt/lfs but the shell doesn't know that). </literallayout></blockquote> <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 like vim and less to operate properly. </para> |