diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-14 02:27:25 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-14 02:27:25 +0000 |
commit | f9e72fa93834264c95d9c20bb28c60883a57363c (patch) | |
tree | 6b1626c6904fce5109f62bda0808e8d6f256ef90 /chapter01 | |
parent | d1d9e5f2f904dc03f97830736f9349cec0ba437b (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 'chapter01')
-rw-r--r-- | chapter01/changelog.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter01/changelog.sgml b/chapter01/changelog.sgml index 0e884797e..a449446cc 100644 --- a/chapter01/changelog.sgml +++ b/chapter01/changelog.sgml @@ -82,8 +82,7 @@ installation. <listitem><para> Chapter 6: When entering chroot the $TERM variable inside chroot is set -properly. This is accomplished by: chroot ... -i HOME=/root TERM=`echo -$TERM` ... +properly. This is accomplished by: chroot ... -i HOME=/root TERM=$TERM ... </para></listitem> </itemizedlist> |