Changeset 7450da3


Ignore:
Timestamp:
10/03/2005 10:33:38 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:
3f990d1
Parents:
a6d9007
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dump-lfs-scripts.xsl

    ra6d9007 r7450da3  
    8888    </xsl:choose>
    8989    <xsl:if test="not(contains(string(),'EOF')) and
    90             not(contains(string(),'check'))">
     90            not(contains(string(),'check')) and
     91            not(contains(string(),'strip '))">
    9192      <xsl:text> &amp;&amp;</xsl:text>
    9293    </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.