[GRASS-SVN] r60073 - grass/trunk/general/g.mapsets

svn_grass at osgeo.org svn_grass at osgeo.org
Sun May 4 12:31:56 PDT 2014


Author: martinl
Date: 2014-05-04 12:31:56 -0700 (Sun, 04 May 2014)
New Revision: 60073

Modified:
   grass/trunk/general/g.mapsets/main.c
Log:
fix g.mapsets -s

Modified: grass/trunk/general/g.mapsets/main.c
===================================================================
--- grass/trunk/general/g.mapsets/main.c	2014-05-04 16:48:59 UTC (rev 60072)
+++ grass/trunk/general/g.mapsets/main.c	2014-05-04 19:31:56 UTC (rev 60073)
@@ -158,7 +158,7 @@
     if (opt.dialog->answer) {
         if (opt.mapset->answer)
             G_warning(_("Option <%s> ignored"), opt.mapset->key);
-        sprintf(path_buf, "%s/etc/gui/scripts/g.mapsets_picker.py", G_gisbase());
+        sprintf(path_buf, "%s/gui/scripts/g.mapsets_picker.py", G_gisbase());
         G_spawn(getenv("GRASS_PYTHON"), "g.mapsets_picker.py", path_buf, NULL);
         exit(EXIT_SUCCESS);
     }



More information about the grass-commit mailing list