aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-02-11 23:40:51 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-02-11 23:40:51 +0000
commit7ecaaca13918c87e405c89658832bbee3ef9e3cb (patch)
tree2b493bf6533990dd2b06a08be1ff3676f9343891 /chapter05
parentfe578632b8625be8010741894d4538d02812a8ae (diff)
remove extra &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1568 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/shellutils-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml
index a5cc3ac73..03fb55e39 100644
--- a/chapter05/shellutils-inst.xml
+++ b/chapter05/shellutils-inst.xml
@@ -19,7 +19,7 @@ make LDFLAGS=-static &amp;&amp;
make install &amp;&amp;
cd $LFS/usr/bin &amp;&amp;
mv basename date echo false hostname $LFS/bin &amp;&amp;
-mv pwd sleep stty test true uname $LFS/bin &amp;&amp;</userinput></screen></para>
+mv pwd sleep stty test true uname $LFS/bin</userinput></screen></para>
</sect2>