rubys       02/03/16 16:36:04

  Modified:    proposal/gump/stylesheet bash.xsl
  Log:
  Spell /dev/null correctly
  
  Revision  Changes    Path
  1.74      +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.73
  retrieving revision 1.74
  diff -u -r1.73 -r1.74
  --- bash.xsl  16 Mar 2002 16:11:52 -0000      1.73
  +++ bash.xsl  17 Mar 2002 00:36:04 -0000      1.74
  @@ -421,7 +421,7 @@
         </xsl:when>
       </xsl:choose>
   
  -    <xsl:text> &lt;dev/null $OUT 2&gt;&amp;1"&#10;</xsl:text>
  +    <xsl:text> &lt;/dev/null $OUT 2&gt;&amp;1"&#10;</xsl:text>
       <xsl:text>test $? -ge 1 &amp;&amp; </xsl:text>
       <xsl:text>export STATUS="FAILED"&#10;</xsl:text>
       <xsl:text>fi&#10;</xsl:text>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to