You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/02/08 05:06:00 UTC

cvs commit: xml-xindice xindice.sh

vgritsenko    2004/02/07 20:06:00

  Modified:    .        xindice.sh
  Log:
  Bug #26633: quote string
  
  Revision  Changes    Path
  1.12      +2 -2      xml-xindice/xindice.sh
  
  Index: xindice.sh
  ===================================================================
  RCS file: /home/cvs/xml-xindice/xindice.sh,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- xindice.sh	16 Jan 2004 13:42:59 -0000	1.11
  +++ xindice.sh	8 Feb 2004 04:06:00 -0000	1.12
  @@ -58,7 +58,7 @@
   fi
   
   if [ "$JAVA_OPTIONS" == "" ] ; then
  -  JAVA_OPTIONS=-Xms64m -Xmx128m
  +  JAVA_OPTIONS="-Xms64m -Xmx128m"
   fi
   
   if [ "$XINDICE_HOME" = "" ] ; then