Who knew make would not like embedded control codes in its strings. For now tab_ works but nl_ doesn't

This commit is contained in:
George Boudreau 2006-11-06 22:06:35 +00:00
parent 91bac7ff07
commit fc6076c7d5
2 changed files with 4 additions and 4 deletions

View file

@ -91,10 +91,10 @@
<xsl:text>#!/tools/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
</xsl:when>
<xsl:when test="@id='ch-system-stripping'">
<xsl:text>#!/bin/sh&#xA;</xsl:text>
<xsl:text>#!/bin/bash&#xA;</xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:text>#!/bin/sh&#xA;set -e&#xA;&#xA;</xsl:text>
<xsl:text>#!/bin/bash&#xA;set -e&#xA;&#xA;</xsl:text>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="sect2[@role='installation']">

View file

@ -13,8 +13,8 @@ OFF = ""
BOLD = ""
REVERSE = ""
tab_ ='\t'
nl_ ='\n'
tab_ = " "
nl_ = ""
define echo_PHASE
@clear