Removed && for the strip commands. They always return a non 0 exit status.
This commit is contained in:
parent
a6d9007020
commit
7450da364a
1 changed files with 2 additions and 1 deletions
|
@ -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> &&</xsl:text>
|
<xsl:text> &&</xsl:text>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
|
|
Reference in a new issue