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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 16 14:43:45 PDT 2014


Author: martinl
Date: 2014-04-16 14:43:45 -0700 (Wed, 16 Apr 2014)
New Revision: 59751

Modified:
   grass/branches/develbranch_6/gui/scripts/g.extension.py
Log:
WinGRASS: fix typo in g.extension.py (#2138)

Modified: grass/branches/develbranch_6/gui/scripts/g.extension.py
===================================================================
--- grass/branches/develbranch_6/gui/scripts/g.extension.py	2014-04-16 21:43:09 UTC (rev 59750)
+++ grass/branches/develbranch_6/gui/scripts/g.extension.py	2014-04-16 21:43:45 UTC (rev 59751)
@@ -634,7 +634,7 @@
                                        options['extension']) + EXT_SCT,
                                        inplace = True):
             line = line.replace("/scripts", "")
-            line = line.replace("%GISBSASE%", options['prefix'])
+            line = line.replace("%GISBASE%", options['prefix'])
             if is_python_script:
                 line = line.replace("GRASS_SH", "GRASS_PYTHON")
             print line



More information about the grass-commit mailing list