[GRASS-SVN] r39870 - grass/branches/develbranch_6/gui/wxpython/xml

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 1 15:44:35 EST 2009


Author: martinl
Date: 2009-12-01 15:44:35 -0500 (Tue, 01 Dec 2009)
New Revision: 39870

Modified:
   grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
Log:
g.gisenv: don't Use shell syntax
	  (merge r39869 from trunk)


Modified: grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-12-01 20:40:51 UTC (rev 39869)
+++ grass/branches/develbranch_6/gui/wxpython/xml/menudata.xml	2009-12-01 20:44:35 UTC (rev 39870)
@@ -717,7 +717,7 @@
 	      <help>Outputs and modifies the user's current GRASS variable settings</help>
 	      <keywords>general</keywords>
               <handler>self.RunMenuCmd</handler>
-	      <command>g.gisenv --v</command>
+	      <command>g.gisenv -n</command>
 	    </menuitem>
 	    <menuitem>
 	      <label>Change settings</label>



More information about the grass-commit mailing list