[GRASS-SVN] r42358 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 27 00:09:29 EDT 2010
Author: neteler
Date: 2010-05-27 00:09:28 -0400 (Thu, 27 May 2010)
New Revision: 42358
Modified:
grass/trunk/lib/init/grass.py
Log:
reverted r42343 attempt (trac #1074)
Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2010-05-26 22:33:07 UTC (rev 42357)
+++ grass/trunk/lib/init/grass.py 2010-05-27 04:09:28 UTC (rev 42358)
@@ -615,7 +615,7 @@
else:
message(_("Executing '%s' ...") % batch_job)
grass_gui = "text"
- os.system(batch_job)
+ shell = batch_job
def start_gui():
# Start the chosen GUI but ignore text
More information about the grass-commit
mailing list