[GRASS-user] v.rast.stats over a large vector file

Markus Neteler neteler at osgeo.org
Sat Nov 27 11:42:26 EST 2010


On Sat, Nov 27, 2010 at 5:37 PM,  <razmjooeis at faunalia.co.uk> wrote:
> No...same error
> /usr/local/grass-6.5.svn/scripts/v.rast.stats2: 350: Syntax error: "("
> unexpected

The line looks like this:

# create array with new column names
col=( `cat "$COLNAMETMP" | tr '\n' ' '` )

This looks like a bash-ism. In case that /bin/sh isn't bash
on Sab's machine but another shell it is likely to fail.

Markus (N)


More information about the grass-user mailing list