[GRASS-SVN] r31622 - grass/branches/develbranch_6/scripts/v.in.wfs
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jun 4 03:00:53 EDT 2008
Author: neteler
Date: 2008-06-04 03:00:52 -0400 (Wed, 04 Jun 2008)
New Revision: 31622
Modified:
grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs
Log:
fix exit status
Modified: grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs 2008-06-04 03:40:37 UTC (rev 31621)
+++ grass/branches/develbranch_6/scripts/v.in.wfs/v.in.wfs 2008-06-04 07:00:52 UTC (rev 31622)
@@ -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