[GRASS-SVN] r44546 - grass/branches/develbranch_6/scripts/r.in.wms
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Dec 6 14:20:32 EST 2010
Author: martinl
Date: 2010-12-06 11:20:32 -0800 (Mon, 06 Dec 2010)
New Revision: 44546
Modified:
grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
Log:
r.in.wms returns 0 error code
Modified: grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
===================================================================
--- grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms 2010-12-06 19:17:25 UTC (rev 44545)
+++ grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms 2010-12-06 19:20:32 UTC (rev 44546)
@@ -443,7 +443,7 @@
fi
fi
- exit 1;
+ exit 0
}
More information about the grass-commit
mailing list