[GRASS-SVN] r37780 - grass/branches/releasebranch_6_4/scripts/v.in.sites.all

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 8 23:47:19 EDT 2009


Author: hamish
Date: 2009-06-08 23:47:19 -0400 (Mon, 08 Jun 2009)
New Revision: 37780

Modified:
   grass/branches/releasebranch_6_4/scripts/v.in.sites.all/v.in.sites.all
Log:
only import from current mapset (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/scripts/v.in.sites.all/v.in.sites.all
===================================================================
--- grass/branches/releasebranch_6_4/scripts/v.in.sites.all/v.in.sites.all	2009-06-09 03:45:16 UTC (rev 37779)
+++ grass/branches/releasebranch_6_4/scripts/v.in.sites.all/v.in.sites.all	2009-06-09 03:47:19 UTC (rev 37780)
@@ -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