Changeset ee89023 for CLFS2


Ignore:
Timestamp:
11/27/2006 09:53:19 PM (17 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
  • CLFS2/clfs2.xsl

    re6b660f ree89023  
    6767            <!-- Creating dirs and files -->
    6868          <exsl:document href="{$dirname}/{$order}-{$filename}" method="text">
    69             <xsl:text>#!/bin/bash&#xA;</xsl:text>
     69            <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
    7070            <xsl:if test="not(@id='ch-system-stripping')">
    7171              <xsl:text>set -e&#xA;&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.