[GRASS-SVN] r40722 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 28 08:58:52 EST 2010
Author: neteler
Date: 2010-01-28 08:58:50 -0500 (Thu, 28 Jan 2010)
New Revision: 40722
Modified:
grass/branches/releasebranch_6_4/lib/gis/parser.c
Log:
workaround Gentoo bug (backport from 6.5)
Modified: grass/branches/releasebranch_6_4/lib/gis/parser.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/parser.c 2010-01-28 07:35:59 UTC (rev 40721)
+++ grass/branches/releasebranch_6_4/lib/gis/parser.c 2010-01-28 13:58:50 UTC (rev 40722)
@@ -1989,7 +1989,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);
}
/**
More information about the grass-commit
mailing list