Changeset b8bf2f8


Ignore:
Timestamp:
09/28/2005 05:18:06 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
0.2, 1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
db9cec6
Parents:
0bad6ba
Message:

Fixed the creation of "cat ... EOF" blocks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-commands.xsl

    r0bad6ba rb8bf2f8  
    5454        <xsl:otherwise>
    5555          <xsl:apply-templates select="userinput"/>
    56           <xsl:if test="position() != last()">
     56          <xsl:if test="position() != last() and
     57              not(contains(string(),'EOF'))">
    5758            <xsl:text> &amp;&amp;</xsl:text>
    5859          </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.