[GRASS-SVN] r58027 - grass/trunk/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 17 02:46:05 PDT 2013


Author: martinl
Date: 2013-10-17 02:46:05 -0700 (Thu, 17 Oct 2013)
New Revision: 58027

Modified:
   grass/trunk/lib/init/grass.py
Log:
grass.py: don't say hello for batch jobs

Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py	2013-10-17 09:10:21 UTC (rev 58026)
+++ grass/trunk/lib/init/grass.py	2013-10-17 09:46:05 UTC (rev 58027)
@@ -1346,7 +1346,6 @@
 
 # Display the version and license info
 if batch_job:
-    say_hello()
     grass_gui = 'text'
     clear_screen()
     clean_temp()



More information about the grass-commit mailing list