Changeset 66c3162 for LFS/lfs.xsl


Ignore:
Timestamp:
09/29/2007 02:26:11 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
55d2c3e
Parents:
9c60012
Message:

Generating blfs-tool dependencies scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r9c60012 r66c3162  
    407407      <xsl:choose>
    408408        <xsl:when test="ancestor::chapter[@id='chapter-temporary-tools']">
    409           <xsl:text>echo -e "\nKB: `du -skx --exclude=jhalfs --exclude=lost+found $LFS`\n"&#xA;</xsl:text>
     409          <xsl:text>&#xA;echo -e "\nKB: `du -skx --exclude=jhalfs --exclude=lost+found $LFS`\n"&#xA;</xsl:text>
    410410        </xsl:when>
    411411        <xsl:otherwise>
    412           <xsl:text>echo -e "\nKB: `du -skx --exclude=jhalfs --exclude=lost+found /`\n"&#xA;</xsl:text>
     412          <xsl:text>&#xA;echo -e "\nKB: `du -skx --exclude=jhalfs --exclude=lost+found /`\n"&#xA;</xsl:text>
    413413        </xsl:otherwise>
    414414      </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.