aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-29 23:32:41 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-29 23:32:41 +0000
commit81d786ba58ab5ca80b46a66a892cce206cd70b28 (patch)
treea17dde17166b735f0c881811347904808f01edd9
parent8a352b8bdf372e0ec4d2e327e4695dc9cb1fa965 (diff)
shortened install command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1945 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/ed-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ed-inst.xml b/chapter06/ed-inst.xml
index 7287748c8..4fdcf6358 100644
--- a/chapter06/ed-inst.xml
+++ b/chapter06/ed-inst.xml
@@ -16,7 +16,7 @@ sed 's/int u/int u, sfd/' buf.c.backup | \
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
-mv /usr/bin/ed /usr/bin/red /bin</userinput></screen></para>
+mv /usr/bin/{ed,red} /bin</userinput></screen></para>
</sect2>