[GRASS-SVN] r37779 -
grass/branches/develbranch_6/scripts/v.in.sites.all
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 8 23:45:17 EDT 2009
Author: hamish
Date: 2009-06-08 23:45:16 -0400 (Mon, 08 Jun 2009)
New Revision: 37779
Modified:
grass/branches/develbranch_6/scripts/v.in.sites.all/v.in.sites.all
Log:
only import from current mapset
Modified: grass/branches/develbranch_6/scripts/v.in.sites.all/v.in.sites.all
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.sites.all/v.in.sites.all 2009-06-08 16:08:11 UTC (rev 37778)
+++ grass/branches/develbranch_6/scripts/v.in.sites.all/v.in.sites.all 2009-06-09 03:45:16 UTC (rev 37779)
@@ -37,7 +37,7 @@
LOCATION=$GISDBASE/$LOCATION_NAME/$MAPSET
CONVERTEDMAPS=0
-for i in `g.mlist type=sites`
+for i in `g.mlist type=sites mapset=.`
do
# polish map names to be SQL compliant
More information about the grass-commit
mailing list