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/04/20 02:43:43 UTC

cvs commit: maven/src/bin maven

dion        2003/04/19 17:43:43

  Modified:    src/bin  maven
  Log:
  Allow MAVEN_OPTS environment variable in unix script, like windows one
  
  Submitted by:	Henri Yandell
  
  Revision  Changes    Path
  1.25      +1 -1      maven/src/bin/maven
  
  Index: maven
  ===================================================================
  RCS file: /home/cvs/maven/src/bin/maven,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- maven	9 Apr 2003 01:06:43 -0000	1.24
  +++ maven	20 Apr 2003 00:43:43 -0000	1.25
  @@ -5,7 +5,7 @@
   
   FOREHEAD_VERSION=1.0-beta-4
   
  -MAVEN_OPTS="-Xmx256m"
  +MAVEN_OPTS="$MAVEN_OPTS -Xmx256m"
   
   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