rubys 02/01/26 20:27:06
Modified: proposal/gump/stylesheet bash.xsl
Log:
Capture script errors
Revision Changes Path
1.70 +1 -1 jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
Index: bash.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- bash.xsl 14 Jan 2002 22:16:25 -0000 1.69
+++ bash.xsl 27 Jan 2002 04:27:06 -0000 1.70
@@ -543,7 +543,7 @@
<xsl:template match="script">
<xsl:text>eval "./</xsl:text>
<xsl:value-of select="@name"/>
- <xsl:text>.sh $OUT" 2>&1 </xsl:text>
+ <xsl:text>.sh $OUT 2>&1" </xsl:text>
</xsl:template>
<!-- =================================================================== -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>