Changeset 91ff6a9 for CLFS2


Ignore:
Timestamp:
11/11/2006 11:39:16 AM (17 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:
CLFS2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/clfs2.xsl

    r837797e r91ff6a9  
    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;</xsl:text>
    7070            <xsl:if test="not(@id='ch-system-stripping')">
    7171              <xsl:text>set -e&#xA;&#xA;</xsl:text>
  • CLFS2/master.sh

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