Changeset 91ff6a9 for HLFS/hlfs.xsl


Ignore:
Timestamp:
11/11/2006 11:39:16 AM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d3802b1
Parents:
837797e
Message:

Replaced /bin/sh by /bin/bash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/hlfs.xsl

    r837797e r91ff6a9  
    9292          <xsl:when test="@id='ch-tools-stripping' or
    9393                    @id='ch-system-strippingagain'">
    94             <xsl:text>#!/bin/sh&#xA;</xsl:text>
     94            <xsl:text>#!/bin/bash&#xA;</xsl:text>
    9595          </xsl:when>
    9696          <xsl:otherwise>
    97             <xsl:text>#!/bin/sh&#xA;set -e&#xA;&#xA;</xsl:text>
     97            <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
    9898          </xsl:otherwise>
    9999        </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.