浏览代码

Some of the commands marked as "nodump" are actualy needed to do proper commands diffs between books versions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6962 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 年之前
父节点
当前提交
814f5ec179
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      stylesheets/dump-commands.xsl

+ 0 - 1
stylesheets/dump-commands.xsl

@@ -46,7 +46,6 @@
   <xsl:template match="screen">
     <xsl:if test="child::* = userinput">
       <xsl:choose>
-        <xsl:when test="@role = 'nodump'"/>
         <xsl:when test="@role = 'root'">
           <xsl:text>&#xA;</xsl:text>
           <xsl:text># Run this as root</xsl:text>