mbenson     2004/02/24 13:01:19

  Modified:    .        build.sh
  Log:
  Remove --path from cygpath command as specified by Antoine.
  PR:  17257
  
  Revision  Changes    Path
  1.39      +1 -1      ant/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ant/build.sh,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.sh  24 Nov 2003 09:27:00 -0000      1.38
  +++ build.sh  24 Feb 2004 21:01:19 -0000      1.39
  @@ -34,7 +34,7 @@
   
   if [ "$REALANTHOME" != "" ] ; then
     if $cygwin; then
  -     REALANTHOME=`cygpath --path --windows "$REALANTHOME"`
  +     REALANTHOME=`cygpath --windows "$REALANTHOME"`
     fi
     ANT_INSTALL="-Dant.install=$REALANTHOME"
   else
  
  
  

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

Reply via email to