Changeset 39f5f3e


Ignore:
Timestamp:
03/28/2007 07:17:14 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
b6f6212
Parents:
a9d3a9a
Message:

HLFS: Fixed Butterfly sanity checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    ra9d3a9a r39f5f3e  
    303303        </xsl:choose>
    304304      </xsl:when>
     305      <!-- Fixing Butterfly sanity checks  -->
     306      <xsl:when test="contains(string(),'./fortify-test')
     307                      or contains(string(),'./ssp-test')">
     308        <xsl:text>!</xsl:text>
     309        <xsl:apply-templates/>
     310        <xsl:text>&#xA;</xsl:text>
     311      </xsl:when>
    305312      <!-- Don't stop on strip run -->
    306313      <xsl:when test="contains(string(),'strip ')">
Note: See TracChangeset for help on using the changeset viewer.