Removed && for the strip commands. They always return a non 0 exit status.

This commit is contained in:
Manuel Canales Esparcia 2005-10-03 22:33:38 +00:00
parent a6d9007020
commit 7450da364a

View file

@ -87,7 +87,8 @@
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
<xsl:if test="not(contains(string(),'EOF')) and <xsl:if test="not(contains(string(),'EOF')) and
not(contains(string(),'check'))"> not(contains(string(),'check')) and
not(contains(string(),'strip '))">
<xsl:text> &amp;&amp;</xsl:text> <xsl:text> &amp;&amp;</xsl:text>
</xsl:if> </xsl:if>
<xsl:text>&#xA;</xsl:text> <xsl:text>&#xA;</xsl:text>