[GRASS-dev] Re: [GRASS-SVN] r46717 -
grass/branches/releasebranch_6_4/scripts/v.build.all
Markus Neteler
neteler at osgeo.org
Mon Jun 27 16:26:08 EDT 2011
On Wed, Jun 15, 2011 at 4:53 PM, <svn_grass at osgeo.org> wrote:
> Author: mmetz
> Date: 2011-06-15 07:53:21 -0700 (Wed, 15 Jun 2011)
> New Revision: 46717
>
> Modified:
> grass/branches/releasebranch_6_4/scripts/v.build.all/v.build.all
> Log:
> message is now a required parameter for g.message
>
> Modified: grass/branches/releasebranch_6_4/scripts/v.build.all/v.build.all
> ===================================================================
> --- grass/branches/releasebranch_6_4/scripts/v.build.all/v.build.all 2011-06-15 14:13:34 UTC (rev 46716)
> +++ grass/branches/releasebranch_6_4/scripts/v.build.all/v.build.all 2011-06-15 14:53:21 UTC (rev 46717)
> @@ -38,7 +38,7 @@
> do
> g.message "Build topology for vector '${VECT}@${MAPSET}'"
> CMD="v.build map=${VECT}@${MAPSET}"
> - g.message "$CMD"
> + g.message message="$CMD"
> $CMD
> done
... is this a needed change?
cd scripts/
grep g.message */* | grep -v '=' | wc -l
726
Most are without this parameter...
Just surprised :)
Markus
More information about the grass-dev
mailing list