Typo in BLFS/xsl/scripts.xsl
This commit is contained in:
parent
ee1e22bb30
commit
dd7e92a4ad
1 changed files with 1 additions and 1 deletions
|
@ -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"/>
|
||||
|
|
Reference in a new issue