Changeset ee89023 for CLFS


Ignore:
Timestamp:
11/27/2006 09:53:19 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
a99baaf
Parents:
e6b660f
Message:

Setting +h in the build scripts to be sure that hashing is actually dissabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS/clfs.xsl

    re6b660f ree89023  
    8989            <xsl:choose>
    9090              <xsl:when test="../@id='chapter-chroot'">
    91                 <xsl:text>#!/tools/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
     91                <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;set -e&#xA;&#xA;</xsl:text>
    9292              </xsl:when>
    9393              <xsl:when test="@id='ch-system-stripping'">
    94                 <xsl:text>#!/bin/bash&#xA;</xsl:text>
    95               </xsl:when>
    96               <xsl:otherwise>
    97                 <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
     94                <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
     95              </xsl:when>
     96              <xsl:otherwise>
     97                <xsl:text>#!/bin/bash&#xA;set +h&#xA;set -e&#xA;&#xA;</xsl:text>
    9898              </xsl:otherwise>
    9999            </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.