aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-03-29 02:50:43 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-03-29 02:50:43 +0000
commit9b7fdcbb9d3812471ca3e5cbca5536c8454f5d12 (patch)
treeb7ed0bd3fe4e294beca0aed74d7da98a5570d2ea
parentef17d31151e9f423d6de8bb6e92a08ec2b0ba7a9 (diff)
Removed extra &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@379 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/glibc-inst.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml
index f30464670..9ffccab17 100644
--- a/chapter06/glibc-inst.xml
+++ b/chapter06/glibc-inst.xml
@@ -37,7 +37,7 @@ Install Glibc by running the following commands:
<userinput>mv config.make~ config.make &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install &amp;&amp;</userinput>
- <userinput>make localedata/install-locales &amp;&amp;</userinput>
+ <userinput>make localedata/install-locales</userinput>
</literallayout></blockquote>