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
  • BLFS/libs/scripts.xsl

    r837797e r91ff6a9  
    8787        <!-- Creating the scripts -->
    8888      <exsl:document href="{$order}-z-{$filename}" method="text">
    89         <xsl:text>#!/bin/sh&#xA;set -e&#xA;&#xA;</xsl:text>
     89        <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
    9090        <xsl:choose>
    9191          <!-- Package page -->
Note: See TracChangeset for help on using the changeset viewer.