Hamish wrote: > > I made a script (attached) for the definition of interactive text > > file (containing the coordinates input and output) to be loaded > > later in v.transform. > > > > It is useful to write automatically coordinates in the text file. > ... > > http://www.nabble.com/file/p15063748/v.coordinate.sh v.coordinate.sh > > error on line 92: > if [$vettoriale2 == '']; then
Note that "[" and "test" use "=" to check for equality, not "==". -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
