Fixed the creation of "cat ... EOF" blocks.
This commit is contained in:
parent
0bad6baa0e
commit
b8bf2f858a
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,8 @@
|
|||
<xsl:when test="@role = 'nodump'"/>
|
||||
<xsl:otherwise>
|
||||
<xsl:apply-templates select="userinput"/>
|
||||
<xsl:if test="position() != last()">
|
||||
<xsl:if test="position() != last() and
|
||||
not(contains(string(),'EOF'))">
|
||||
<xsl:text> &&</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:text>
</xsl:text>
|
||||
|
|
Reference in a new issue