[GRASS-dev] Re: [GRASS-SVN] r48507 -
grass/branches/releasebranch_6_4/scripts/v.db.univar
Martin Landa
landa.martin at gmail.com
Tue Sep 27 17:32:29 EDT 2011
2011/9/27 <svn_grass at 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
More information about the grass-dev
mailing list