Successful typo hunt

This commit is contained in:
George Boudreau 2007-06-04 17:05:56 +00:00
parent 139c34e855
commit 6d48bb71ad
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@
((@vendor=$kernel or not(@vendor)) and
count(descendant::screen/userinput) > 0 and
count(descendant::screen/userinput) >
count(descendant::screen[@role='nodump']))">
count(descendant::screen[@role='nodump'])))">
<!-- The dirs names -->
<xsl:variable name="pi-dir" select="../processing-instruction('dbhtml')"/>
<xsl:variable name="pi-dir-value" select="substring-after($pi-dir,'dir=')"/>

View file

@ -177,7 +177,7 @@ create_package_list() { #
$BOOK/materials/${ARCH}-chapter.xml >>$LOGDIR/$LOG 2>&1
;;
hlfs)
xsltproc --nonet --xinclude
xsltproc --nonet --xinclude \
--stringparam model $MODEL \
--stringparam kernel $KERNEL \
-o pkg_tarball_list packages.xsl \