Changeset ee89023 for HLFS


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
  • HLFS/hlfs.xsl

    re6b660f ree89023  
    8888                    @id='ch-system-creatingdirs' or
    8989                    @id='ch-system-createfiles'">
    90             <xsl:text>#!/tools/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
     90            <xsl:text>#!/tools/bin/bash&#xA;set +h&#xA;set -e&#xA;&#xA;</xsl:text>
    9191          </xsl:when>
    9292          <xsl:when test="@id='ch-tools-stripping' or
    9393                    @id='ch-system-strippingagain'">
    94             <xsl:text>#!/bin/bash&#xA;</xsl:text>
     94            <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
    9595          </xsl:when>
    9696          <xsl:otherwise>
    97             <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
     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.