You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/09/18 05:56:03 UTC

cvs commit: maven/src/bin maven

dion        2003/09/17 20:56:03

  Modified:    src/bin  maven
  Log:
  Bring shell script in line with windows batch file
  
  Revision  Changes    Path
  1.28      +3 -1      maven/src/bin/maven
  
  Index: maven
  ===================================================================
  RCS file: /home/cvs/maven/src/bin/maven,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- maven	15 Sep 2003 05:28:05 -0000	1.27
  +++ maven	18 Sep 2003 03:56:02 -0000	1.28
  @@ -5,7 +5,9 @@
   
   FOREHEAD_VERSION=1.0-beta-5
   
  -MAVEN_OPTS="$MAVEN_OPTS -Xmx256m"
  +if [ -z "$MAVEN_OPTS" ] ; then
  +  MAVEN_OPTS="-Xmx256m"
  +fi
   
   if [ -f "$HOME/.mavenrc" ] ; then
     . $HOME/.mavenrc
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org