2011/9/27  <svn_gr...@osgeo.org>:
> Author: neteler
> Date: 2011-09-27 14:23:17 -0700 (Tue, 27 Sep 2011)
> New Revision: 48507
>
> Modified:
>   grass/branches/releasebranch_6_4/scripts/v.db.univar/v.db.univar
> Log:
> fix crash
>
> Modified: grass/branches/releasebranch_6_4/scripts/v.db.univar/v.db.univar
> ===================================================================
> --- grass/branches/releasebranch_6_4/scripts/v.db.univar/v.db.univar    
> 2011-09-27 21:23:07 UTC (rev 48506)
> +++ grass/branches/releasebranch_6_4/scripts/v.db.univar/v.db.univar    
> 2011-09-27 21:23:17 UTC (rev 48507)
> @@ -114,6 +114,8 @@
>     drv="driver=$GIS_OPT_DRIVER"
>  fi
>
> +# strip off mapset
> +GIS_OPT_TABLE=`echo $GIS_OPT_TABLE | cut -d'@' -f1`

I am confused, it should be table name not map name, at least from
option key/description...

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to