dbertoni    2002/10/04 16:42:48

  Modified:    c/src    runConfigure
  Log:
  Fixed getop problem.
  
  Revision  Changes    Path
  1.13      +5 -2      xml-xalan/c/src/runConfigure
  
  Index: runConfigure
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/runConfigure,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- runConfigure      5 Aug 2002 21:21:02 -0000       1.12
  +++ runConfigure      4 Oct 2002 23:42:48 -0000       1.13
  @@ -58,6 +58,9 @@
   # 
   #
   # $Log$
  +# Revision 1.13  2002/10/04 23:42:48  dbertoni
  +# Fixed getop problem.
  +#
   # Revision 1.12  2002/08/05 21:21:02  dbertoni
   # Fixed statement termination problem.
   #
  @@ -152,9 +155,9 @@
   
   # Get the command line parameters
   if test -x /usr/bin/getopt; then
  -set -- `getopt p:c:x:dm:n:t:r:b:l:z:h $*`
  +set -- `getopt C:p:c:x:dm:n:t:r:b:l:z:h $*`
   else
  -set -- `getopts p:c:x:dm:n:t:r:b:l:z:h $*`
  +set -- `getopts C:p:c:x:dm:n:t:r:b:l:z:h $*`
   fi
   
   if [ $? != 0 ]
  
  
  

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

Reply via email to