lfs.xsl: mode=pkgmngt: use $pos and not position() when calling
start-script
This commit is contained in:
parent
46c6113b28
commit
88a8275eb8
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ set +h
|
||||||
set -e
|
set -e
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
<xsl:call-template name="start-script">
|
<xsl:call-template name="start-script">
|
||||||
<xsl:with-param name="order" select="concat($order,'-',position())"/>
|
<xsl:with-param name="order" select="concat($order,'-',$pos)"/>
|
||||||
</xsl:call-template>
|
</xsl:call-template>
|
||||||
<xsl:apply-templates
|
<xsl:apply-templates
|
||||||
select=".//screen[not(@role) or
|
select=".//screen[not(@role) or
|
||||||
|
|
Reference in a new issue