Changeset 9c9775f for CLFS2/clfs2.xsl


Ignore:
Timestamp:
09/19/2007 04:50:48 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3778352
Parents:
0510381
Message:

Updated experimental branch to current trunk code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    r0510381 r9c9775f  
    6767            <!-- Creating dirs and files -->
    6868          <exsl:document href="{$dirname}/{$order}-{$filename}" method="text">
    69             <xsl:text>#!/bin/sh&#xA;</xsl:text>
     69            <xsl:text>#!/bin/bash&#xA;set +h&#xA;</xsl:text>
    7070            <xsl:if test="not(@id='ch-system-stripping')">
    71               <xsl:text>set -e&#xA;&#xA;</xsl:text>
     71              <xsl:text>set -e&#xA;</xsl:text>
    7272            </xsl:if>
     73            <xsl:text>&#xA;</xsl:text>
    7374            <xsl:if test="sect2[@role='installation']">
    7475              <xsl:text>cd $PKGDIR&#xA;</xsl:text>
Note: See TracChangeset for help on using the changeset viewer.