Author: pierre
Date: Thu Jul  9 10:04:30 2020
New Revision: 4193

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

Modified:
   jhalfs/trunk/LFS/lfs.xsl

Modified: jhalfs/trunk/LFS/lfs.xsl
==============================================================================
--- jhalfs/trunk/LFS/lfs.xsl    Thu Jul  9 10:02:10 2020        (r4192)
+++ jhalfs/trunk/LFS/lfs.xsl    Thu Jul  9 10:04:30 2020        (r4193)
@@ -391,7 +391,7 @@
 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
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to