You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by tn...@apache.org on 2002/07/08 14:03:28 UTC

cvs commit: xml-xerces/c/tests runConfigure

tng         2002/07/08 05:03:28

  Modified:    c/tests  runConfigure
  Log:
  [Bug 10525] runConfigure fails to recognize '-d' flag
  
  Revision  Changes    Path
  1.22      +3 -3      xml-xerces/c/tests/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/tests/runConfigure,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- runConfigure	5 Jul 2002 16:19:40 -0000	1.21
  +++ runConfigure	8 Jul 2002 12:03:28 -0000	1.22
  @@ -119,9 +119,9 @@
   
   # Check the command line parameters
   if test -x /usr/bin/getopt; then
  -getoptErr=`getopt p:c:x:d:r:b:l:z:h $*`
  +getoptErr=`getopt p:c:x:dr:b:l:z:h $*`
   else
  -getoptErr=`getopts p:c:x:d:r:b:l:z:h `$*``
  +getoptErr=`getopts p:c:x:dr:b:l:z:h `$*``
   fi
   if [ $? != 0 ]
      then
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org