[GRASS-SVN] r54272 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 13 02:31:14 PST 2012


Author: martinl
Date: 2012-12-13 02:31:14 -0800 (Thu, 13 Dec 2012)
New Revision: 54272

Modified:
   grass/trunk/lib/init/variables.html
Log:
variables: remove ADDON_PATH
	   note bashrc and env.bat


Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html	2012-12-12 21:58:58 UTC (rev 54271)
+++ grass/trunk/lib/init/variables.html	2012-12-13 10:31:14 UTC (rev 54272)
@@ -424,11 +424,6 @@
     be inherited by dependent modules as the script runs. Setting either the
     GRASS_OVERWRITE environment variable or the OVERWRITE gisenv variable detailed
     below will cause maps with identical names to be overwritten.</dd>
-
-  <dt>ADDON_PATH</dt>
-  <dd>[grass startup script]<br> allows to specify additional paths to
-    local GRASS modules or user scripts extra to standard GRASS
-    distribution.</dd>
 </dl>
 
 <h2>GRASS-related Files</h2>
@@ -436,6 +431,12 @@
 <dl>
   <dt><tt>$HOME/.grass7/rc</tt></dt>
   <dd>stores the GRASS gisenv variables (not shell environment variables)</dd>
+
+  <dt><tt>$HOME/.grass7/bashrc</tt></dt>
+  <dd>stores the shell environment variables (Bash only)</dd>
+
+  <dt><tt>$HOME/.grass7/env.bat</tt></dt>
+  <dd>stores the shell environment variables (MS Windows only)</dd>
   
   <dt><tt>$HOME/.grass7/login</tt></dt>
   <dd>stores the DBMI passwords in this hidden file.



More information about the grass-commit mailing list