Changeset df5553b


Ignore:
Timestamp:
08/13/2021 05:47:07 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ablfs-more, legacy, trunk
Children:
c1060c9
Parents:
bcae37d
Message:

Rename ch-system-strippingagain to ch-system-stripping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    rbcae37d rdf5553b  
    9494                    @id='ch-system-createfiles' or
    9595                    @id='ch-system-changingowner' or
    96                     @id='ch-system-strippingagain'">
     96                    @id='ch-system-stripping'">
    9797            <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;</xsl:text>
    9898          </xsl:when>
     
    102102        </xsl:choose>
    103103        <xsl:if test="not(@id='ch-tools-stripping') and
    104                       not(@id='ch-system-strippingagain')">
     104                      not(@id='ch-system-stripping')">
    105105          <xsl:text>set -e&#xA;</xsl:text>
    106106        </xsl:if>
Note: See TracChangeset for help on using the changeset viewer.