Typo in BLFS/xsl/scripts.xsl

This commit is contained in:
Pierre Labastie 2012-05-06 07:41:10 +00:00
parent ee1e22bb30
commit dd7e92a4ad

View file

@ -10,7 +10,7 @@
<!-- XSLT stylesheet to create shell scripts from "linear build" BLFS books. -->
<!-- Build as user (y) or as root (n)? -->
<xsl:param name="sudo" select="y"/>
<xsl:param name="sudo" select="'y'"/>
<xsl:template match="/">
<xsl:apply-templates select="//sect1"/>