aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-03 02:38:22 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-03-03 02:38:22 +0000
commitb304545f357ff9afcf45617ebd801f3d5a4c3055 (patch)
tree8d4dd5ffe80ca76d8f0b11a0a21bf582beb4b12d
parentae18b8779a37f8a3eaf0ac6cc41ee46b1a9777bd (diff)
Remove unneeded ampersands
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/coreutils.xml2
-rw-r--r--chapter08/grub.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml
index 2c1b26654..aa064a7c5 100644
--- a/chapter06/coreutils.xml
+++ b/chapter06/coreutils.xml
@@ -53,7 +53,7 @@
later than all other files to prevent a <command>make</command>
error:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch; &amp;&amp;
+<screen><userinput remap="pre">patch -Np1 -i ../&coreutils-i18n-patch;
touch Makefile.in</userinput></screen>
<note>
diff --git a/chapter08/grub.xml b/chapter08/grub.xml
index 35ab56aa2..4fb89ab3f 100644
--- a/chapter08/grub.xml
+++ b/chapter08/grub.xml
@@ -34,8 +34,8 @@
url="&blfs-book;multimedia/libisoburn.html">
libisoburn</ulink> package.</para>
-<screen role="nodump"><userinput>cd /tmp &amp;&amp;
-grub-mkrescue --output=grub-img.iso &amp;&amp;
+<screen role="nodump"><userinput>cd /tmp
+grub-mkrescue --output=grub-img.iso
xorriso -as cdrecord -v dev=/dev/cdrw blank=as_needed grub-img.iso</userinput></screen>
</sect2>