Ignore:
Timestamp:
03/26/2019 07:53:17 AM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
adbd09b
Parents:
05f3977
Message:

Unset MAKELEVEL in BLFS scriptlets. Fixes #1720.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/scripts.xsl

    r05f3977 reabfc59  
    125125        <!-- Creating the scripts -->
    126126      <exsl:document href="{$order}-z-{$filename}" method="text">
    127         <xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
     127        <xsl:text>#!/bin/bash
     128set -e
     129unset MAKELEVEL
     130
     131</xsl:text>
    128132        <xsl:choose>
    129133          <!-- Package page -->
Note: See TracChangeset for help on using the changeset viewer.