[GRASS-SVN] r43370 - grass/trunk/scripts/g.extension

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 31 21:04:29 EDT 2010


Author: hamish
Date: 2010-09-01 01:04:29 +0000 (Wed, 01 Sep 2010)
New Revision: 43370

Modified:
   grass/trunk/scripts/g.extension/g.extension.py
Log:
improve comment wording

Modified: grass/trunk/scripts/g.extension/g.extension.py
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.py	2010-09-01 01:03:30 UTC (rev 43369)
+++ grass/trunk/scripts/g.extension/g.extension.py	2010-09-01 01:04:29 UTC (rev 43370)
@@ -103,7 +103,7 @@
     # check if we have the svn client
     if not grass.find_program('svn'):
         grass.fatal(_('svn client required. Please install subversion first.'))
-    # probably test here if we have "make" and "install" programs here too. gcc?
+    # probably test here if we have "make" and "install" programs as well. how about gcc?
 
 def expand_module_class_name(c):
     name = { 'd'  : 'display',



More information about the grass-commit mailing list