diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-30 04:04:56 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-30 04:04:56 +0000 |
commit | 75e795a113bbd056e32eba14d505e0cea50a8984 (patch) | |
tree | 3e56742dfdd1de49c0e470633a4a2ca361095a62 /chapter06/kernel-inst.xml | |
parent | e99816789c29092d6780702e90c054f789806468 (diff) |
Remove stray ampersands.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernel-inst.xml')
-rw-r--r-- | chapter06/kernel-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml index c1858d59e..55f1482e5 100644 --- a/chapter06/kernel-inst.xml +++ b/chapter06/kernel-inst.xml @@ -26,7 +26,7 @@ to ensure all files are owned by user <emphasis>root</emphasis>.</para> In the kernel source, the path to the pwd program is hard-wired as /bin/pwd. Create a symlink to account for that:</para> -<para><screen><userinput>ln -s /static/bin/pwd /bin/pwd &&</userinput></screen></para> +<para><screen><userinput>ln -s /static/bin/pwd /bin/pwd</userinput></screen></para> <para>Prepare for header installation:</para> |