From 2ee568e967ab4b4bb4f01ed66614c08d452dc30f Mon Sep 17 00:00:00 2001
From: Manuel Canales Esparcia <manuel@linuxfromscratch.org>
Date: Sun, 9 Oct 2005 08:05:27 +0000
Subject: [PATCH] Added && to the debian_fixes Flex patch.

---
 dump-lfs-scripts.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dump-lfs-scripts.xsl b/dump-lfs-scripts.xsl
index 456d141..32c5731 100644
--- a/dump-lfs-scripts.xsl
+++ b/dump-lfs-scripts.xsl
@@ -139,7 +139,7 @@
         <xsl:value-of select="substring-before(string(),'patch')"/>
         <xsl:text>patch -Z</xsl:text>
         <xsl:value-of select="substring-after(string(),'patch')"/>
-        <xsl:text> &#xA;</xsl:text>
+        <xsl:text> &amp;&amp;&#xA;</xsl:text>
       </xsl:when>
       <xsl:otherwise>
         <xsl:apply-templates/>