diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-02 20:55:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-02 20:55:58 +0000 |
commit | ada6eeb93c91cf1d4755e487e8cd7fa8255f1a58 (patch) | |
tree | 7a39c768ad6c7b66f9abe92eda60ef55c99d31d2 /chapter06/glibc-inst.xml | |
parent | b443adb51117ce131dfb845b948a7f1e5c189a72 (diff) |
removed superfluous && from end of line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2266 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/glibc-inst.xml')
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index eb82e6c1f..ff2840477 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -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> |