cargilld    2004/01/31 03:07:12

  Modified:    c/scripts sanityTest.pl
  Log:
  Update script to flush buffer
  
  Revision  Changes    Path
  1.22      +4 -1      xml-xerces/c/scripts/sanityTest.pl
  
  Index: sanityTest.pl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/scripts/sanityTest.pl,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- sanityTest.pl     29 Jan 2004 13:51:53 -0000      1.21
  +++ sanityTest.pl     31 Jan 2004 11:07:12 -0000      1.22
  @@ -72,6 +72,9 @@
   
   $os     = $ARGV[0];
   
  +# flush output
  +$| = 1;
  +
   if (lc($os) eq "win") {
       $pathsep = "\\";
   }
  
  
  

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

Reply via email to