[GRASS-SVN] r31623 - grass/trunk/scripts/v.in.wfs
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 4 03:01:14 EDT 2008
Author: neteler
Date: 2008-06-04 03:01:13 -0400 (Wed, 04 Jun 2008)
New Revision: 31623
Modified:
grass/trunk/scripts/v.in.wfs/v.in.wfs
Log:
fix exit status
Modified: grass/trunk/scripts/v.in.wfs/v.in.wfs
===================================================================
--- grass/trunk/scripts/v.in.wfs/v.in.wfs 2008-06-04 07:00:52 UTC (rev 31622)
+++ grass/trunk/scripts/v.in.wfs/v.in.wfs 2008-06-04 07:01:13 UTC (rev 31623)
@@ -70,4 +70,4 @@
#rm -f "$TMP.xml"
g.message "Vector points map <$OUT> imported from WFS."
-exit
+exit 0
More information about the grass-commit
mailing list