lfs.xsl: mode=pkgmngt: use $pos and not position() when calling

start-script
This commit is contained in:
Pierre Labastie 2020-07-09 17:04:30 +00:00
parent 46c6113b28
commit 88a8275eb8

View file

@ -391,7 +391,7 @@ set +h
set -e
</xsl:text>
<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:apply-templates
select=".//screen[not(@role) or