From 69942c5c9c69a9a26c5fb68d20fed0d978f6df7a Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 20 Jun 2001 00:59:31 +0000 Subject: [PATCH] Changed spaces into tabs git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/chrootcmd.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter06/chrootcmd.xml b/chapter06/chrootcmd.xml index ea78af0c1..5b3229571 100644 --- a/chapter06/chrootcmd.xml +++ b/chapter06/chrootcmd.xml @@ -1,4 +1,4 @@ - cd $LFS && - chroot $LFS /usr/bin/env -i HOME=/root - \ -    TERM=$TERM /bin/bash --login + cd $LFS && + chroot $LFS /usr/bin/env -i HOME=/root + \ +    TERM=$TERM /bin/bash --login