aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-02-14 02:27:25 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-02-14 02:27:25 +0000
commitf9e72fa93834264c95d9c20bb28c60883a57363c (patch)
tree6b1626c6904fce5109f62bda0808e8d6f256ef90 /chapter06
parentd1d9e5f2f904dc03f97830736f9349cec0ba437b (diff)
TERM=`echo $TERM` -> TERM=$TERM
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@162 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>