[GRASS-SVN] r44449 - grass/trunk/scripts/g.extension
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 27 08:09:18 EST 2010
Author: neteler
Date: 2010-11-27 05:09:18 -0800 (Sat, 27 Nov 2010)
New Revision: 44449
Modified:
grass/trunk/scripts/g.extension/g.extension.py
Log:
fix from Patrick Schirmer, CH
Modified: grass/trunk/scripts/g.extension/g.extension.py
===================================================================
--- grass/trunk/scripts/g.extension/g.extension.py 2010-11-27 08:30:42 UTC (rev 44448)
+++ grass/trunk/scripts/g.extension/g.extension.py 2010-11-27 13:09:18 UTC (rev 44449)
@@ -98,7 +98,7 @@
def check():
# check if we have the svn client
- if not grass.find_program('svn'):
+ if not grass.find_program('svn', ['help']):
grass.fatal(_('svn client required. Please install subversion first.'))
# probably test here if we have "make" and "install" programs as well. how about gcc?
More information about the grass-commit
mailing list