[GRASS-user] v.in.ply / GRASS 6.4.2
    Hamish 
    hamish_b at yahoo.com
       
    Thu Feb 14 16:12:15 PST 2013
    
    
  
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
    
    
More information about the grass-user
mailing list