aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/chroot.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/chroot.sgml b/chapter06/chroot.sgml
index af491edfb..189351268 100644
--- a/chapter06/chroot.sgml
+++ b/chapter06/chroot.sgml
@@ -17,7 +17,7 @@ actually /mnt/lfs but the shell doesn't know that).
<userinput>cd $LFS &amp;&amp;</userinput>
<userinput>chroot $LFS /usr/bin/env -i HOME=/root \
- TERM=`echo $TERM` /bin/bash --login</userinput>
+ TERM=$TERM /bin/bash --login</userinput>
</literallayout></blockquote>