[GRASS-SVN] r49447 - grass/branches/develbranch_6/gui/scripts

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 30 18:14:58 EST 2011


Author: martinl
Date: 2011-11-30 15:14:58 -0800 (Wed, 30 Nov 2011)
New Revision: 49447

Modified:
   grass/branches/develbranch_6/gui/scripts/g.extension.py
Log:
g.extension.py: fix installing on non-windows platforms (see r49445)


Modified: grass/branches/develbranch_6/gui/scripts/g.extension.py
===================================================================
--- grass/branches/develbranch_6/gui/scripts/g.extension.py	2011-11-30 23:14:01 UTC (rev 49446)
+++ grass/branches/develbranch_6/gui/scripts/g.extension.py	2011-11-30 23:14:58 UTC (rev 49447)
@@ -430,6 +430,7 @@
                         'GRASS_ADDON_PATH environment variable (see "g.manual variables")'))
 
 def install_extension_other():
+    gisbase = os.getenv('GISBASE')
     gui_list = list_wxgui_extensions(print_module = False)
 
     if options['extension'] not in gui_list:



More information about the grass-commit mailing list