[GRASS-SVN] r59750 - grass/branches/releasebranch_6_4/gui/scripts

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


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

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

Modified: grass/branches/releasebranch_6_4/gui/scripts/g.extension.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2014-04-16 21:32:16 UTC (rev 59749)
+++ grass/branches/releasebranch_6_4/gui/scripts/g.extension.py	2014-04-16 21:43:09 UTC (rev 59750)
@@ -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