Changeset 91ff6a9 for LFS


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

Location:
LFS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r837797e r91ff6a9  
    8383          <xsl:when test="@id='ch-tools-stripping' or
    8484                    @id='ch-system-strippingagain'">
    85             <xsl:text>#!/bin/sh&#xA;</xsl:text>
     85            <xsl:text>#!/bin/bash&#xA;</xsl:text>
    8686          </xsl:when>
    8787          <xsl:otherwise>
    88             <xsl:text>#!/bin/sh&#xA;set -e&#xA;&#xA;</xsl:text>
     88            <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
    8989          </xsl:otherwise>
    9090        </xsl:choose>
  • LFS/master.sh

    r837797e r91ff6a9  
    1 #!/bin/sh
     1#!/bin/bash
    22
    33# $Id$
Note: See TracChangeset for help on using the changeset viewer.