Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/chroot.xsl

    r1b02a9a rfd4a798  
    66      extension-element-prefixes="exsl"
    77      version="1.0">
    8 
    9   <xsl:param name="jobs_2" select="1"/>
    108
    119  <xsl:template match="/">
     
    5856    <xsl:param name="instructions" select="''"/>
    5957    <xsl:choose>
    60       <xsl:when test="contains($instructions, '$(nproc || echo 1)')">
    61         <xsl:call-template name="extract-chroot">
    62           <xsl:with-param
    63             name="instructions"
    64             select="concat(substring-before($instructions, '$(nproc || echo 1)'), $jobs_2, substring-after($instructions, '$(nproc || echo 1)'))"/>
    65         </xsl:call-template>
    66       </xsl:when>
    6758      <xsl:when test="not(starts-with($instructions,'&#xA;chroot')) and
    6859                      contains($instructions, '&#xA;chroot')">
Note: See TracChangeset for help on using the changeset viewer.