[GRASS-SVN] r39869 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 1 15:40:52 EST 2009
Author: martinl
Date: 2009-12-01 15:40:51 -0500 (Tue, 01 Dec 2009)
New Revision: 39869
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
g.gisenv: don't Use shell syntax
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2009-12-01 20:21:28 UTC (rev 39868)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2009-12-01 20:40:51 UTC (rev 39869)
@@ -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>
@@ -2836,4 +2836,4 @@
</items>
</menu>
</menubar>
-</menudata>
\ No newline at end of file
+</menudata>
More information about the grass-commit
mailing list