rubys 01/10/08 09:10:51
Modified: proposal/gump/stylesheet bash.xsl win2k.xsl
Log:
Inverted logic
Revision Changes Path
1.50 +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.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- bash.xsl 2001/10/08 16:04:44 1.49
+++ bash.xsl 2001/10/08 16:10:50 1.50
@@ -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,'\','/')"/>
1.22 +1 -1 jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl
Index: win2k.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/win2k.xsl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- win2k.xsl 2001/10/08 16:04:44 1.21
+++ win2k.xsl 2001/10/08 16:10:50 1.22
@@ -402,7 +402,7 @@
<xsl:template match="move">
<xsl:if test="@quiet">
- <xsl:text>if not exist </xsl:text>
+ <xsl:text>if exist </xsl:text>
<xsl:value-of select="translate(@file,'/','\')"/>
<xsl:text> </xsl:text>
</xsl:if>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]