#714: spawn.c differences between 6.4 and 6.5
---------------------------+------------------------------------------------
Reporter: neteler | Owner: [email protected]
Type: defect | Status: reopened
Priority: critical | Milestone: 6.4.0
Component: default | Version: 6.4.0 RCs
Resolution: | Keywords:
Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Changes (by neteler):
* status: closed => reopened
* resolution: fixed =>
Comment:
Backported to 6.4 (can be tested in new winGRASS in 1.hs from now) except
for
{{{
@@ -1989,7 +1998,7 @@
sprintf(script, "%s/etc/wxpython/gui_modules/menuform.py",
getenv("GISBASE"));
- G_spawn(getenv("GRASS_PYTHON"), "menuform.py", script, pgm_name,
NULL);
+ G_spawn(getenv("GRASS_PYTHON"), getenv("GRASS_PYTHON"), script,
pgm_name, NULL);
}
}}}
where I am unsure. I assume that this is also needed.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/714#comment:16>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev