diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-03 15:54:41 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-03-03 15:54:41 +0000 |
commit | 0233560f7603a0fcff2cd8442ad474b9306bc320 (patch) | |
tree | 2b58bc46479aafd14bc4055de2f9a5713118db58 /chapter06/kbd.xml | |
parent | 9a1817376b8a9f8074e25249631e4c8e8e340134 (diff) |
Remove extraneous ampersands from Kbd instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10184 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index b184f65a9..39c18b1cd 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -60,7 +60,7 @@ manpage.</para> <screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure && -sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen> +sed -i 's/resizecons.8 //' man/man8/Makefile.in</userinput></screen> <para>Prepare Kbd for compilation:</para> |