You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/02/18 15:12:30 UTC

cvs commit: ant build.sh

conor       2003/02/18 06:12:30

  Modified:    .        Tag: ANT_15_BRANCH build.sh
  Log:
  Allow install to dir with spaces
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.27.2.3  +1 -1      ant/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ant/build.sh,v
  retrieving revision 1.27.2.2
  retrieving revision 1.27.2.3
  diff -u -w -u -r1.27.2.2 -r1.27.2.3
  --- build.sh	28 May 2002 00:33:35 -0000	1.27.2.2
  +++ build.sh	18 Feb 2003 14:12:30 -0000	1.27.2.3
  @@ -50,5 +50,5 @@
     ANT_INSTALL="-Dant.install=$REALANTHOME"
   fi
   
  -bootstrap/bin/ant -emacs $ANT_INSTALL $*
  +bootstrap/bin/ant -emacs "$ANT_INSTALL" $*