HLFS: Fixed Butterfly sanity checks.

This commit is contained in:
Manuel Canales Esparcia 2007-03-28 19:17:14 +00:00
parent a9d3a9a0d4
commit 39f5f3eb99

View file

@ -302,6 +302,13 @@
</xsl:when>
</xsl:choose>
</xsl:when>
<!-- Fixing Butterfly sanity checks -->
<xsl:when test="contains(string(),'./fortify-test')
or contains(string(),'./ssp-test')">
<xsl:text>!</xsl:text>
<xsl:apply-templates/>
<xsl:text>&#xA;</xsl:text>
</xsl:when>
<!-- Don't stop on strip run -->
<xsl:when test="contains(string(),'strip ')">
<xsl:apply-templates/>