remm        00/12/17 17:32:17

  Modified:    .        build.sh
  Log:
  - Adds Cygwin fliendlyness to the Unix build script.
  
  Revision  Changes    Path
  1.10      +4 -1      jakarta-tomcat-4.0/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.sh,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.sh  2000/10/13 00:12:09     1.9
  +++ build.sh  2000/12/18 01:32:16     1.10
  @@ -47,7 +47,7 @@
   #                    The jar filename of the JAXP compliant XML parser 
   #                    used for jasper [$JAXP_PARSER_JAR]
   #
  -# $Id: build.sh,v 1.9 2000/10/13 00:12:09 craigmcc Exp $
  +# $Id: build.sh,v 1.10 2000/12/18 01:32:16 remm Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -132,6 +132,9 @@
   
   if [ "$CLASSPATH" != "" ] ; then
     CP=$CLASSPATH:$CP
  +  if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then
  +     CP=`cygpath --path --windows "$CP"`
  +  fi
   fi
   
   # ----- Execute The Requested Build -------------------------------------------
  
  
  

Reply via email to