Carla wrote: > The extension v.in.ply doesn't work in GRASS GIS 6.4.2 > (Ubuntu 12.10). > > v.in.ply --overwrite file=/home/crebelo/cluster4.ply > vect=clustlixo > > /home/crebelo/.grass6/addons/v.in.ply: 73: [: 1: unexpected > operator > /home/crebelo/.grass6/addons/v.in.ply: 86: [: 0: unexpected > operator
Hi, this should be fixed now in svn if you can reinstall it & try again. (untested) on Ubuntu the default script shell is Dash instead of Bash, which doesn't like the "a == b" Bashism, so it complains about the "==" operator. "a = b" works fine though. Hamish _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
