You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2001/08/29 22:48:58 UTC

cvs commit: xml-xerces/c/samples runConfigure

peiyongz    01/08/29 13:48:58

  Modified:    c/samples runConfigure
  Log:
  Allowing -p as argument to -z or -l: patch from Henry Gongaro
  
  Revision  Changes    Path
  1.18      +3 -3      xml-xerces/c/samples/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/runConfigure,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- runConfigure	2001/07/03 16:50:58	1.17
  +++ runConfigure	2001/08/29 20:48:58	1.18
  @@ -58,7 +58,7 @@
   #
   
   #
  -# $Id: runConfigure,v 1.17 2001/07/03 16:50:58 tng Exp $
  +# $Id: runConfigure,v 1.18 2001/08/29 20:48:58 peiyongz Exp $
   #
   
   #
  @@ -119,9 +119,9 @@
   msgloader=iconv          # by default use native transcoder
   netaccessor=fileonly     # by default use fileonly
   compileroptions=""
  -for i in $*
  +while [ $# -gt 0 ]
      do
  -   case $i in
  +   case $1 in
      -p)
           platform=$2; shift 2;;
   
  
  
  

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