rubys 01/10/08 09:13:50
Modified: proposal/gump/stylesheet bash.xsl
Log:
Wrong style of escaping
Revision Changes Path
1.52 +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.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- bash.xsl 2001/10/08 16:12:20 1.51
+++ bash.xsl 2001/10/08 16:13:50 1.52
@@ -449,7 +449,7 @@
<xsl:if test="@quiet">
<xsl:text>test -d </xsl:text>
<xsl:value-of select="translate(@file,'\','/')"/>
- <xsl:text> \&\& </xsl:text>
+ <xsl:text> && </xsl:text>
</xsl:if>
<xsl:text>mv </xsl:text>
<xsl:value-of select="translate(@file,'\','/')"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]