mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-20 04:09:21 +01:00
removed superfluous && from end of line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2266 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
b443adb511
commit
ada6eeb93c
@ -59,7 +59,7 @@ create such a directory and make it our CWD (Current Working
|
||||
Directory).</para>
|
||||
|
||||
<para><screen><userinput>mkdir ../glibc-build &&
|
||||
cd ../glibc-build &&</userinput></screen></para>
|
||||
cd ../glibc-build</userinput></screen></para>
|
||||
|
||||
<para>Next, configure Glibc.</para>
|
||||
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
<!ENTITY book SYSTEM "book/book.xml">
|
||||
|
||||
<!ENTITY version "20030101">
|
||||
<!ENTITY releasedate "January 1st, 2003">
|
||||
<!ENTITY version "20030102">
|
||||
<!ENTITY releasedate "January 2nd, 2003">
|
||||
|
||||
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
|
||||
<!ENTITY http-root "http://ftp.linuxfromscratch.org">
|
||||
|
Loading…
Reference in New Issue
Block a user