[GRASSLIST:6190] Re: Newbie with SRTM import problem
    Glynn Clements 
    glynn at gclements.plus.com
       
    Wed Mar 16 06:42:05 EST 2005
    
    
  
Hamish wrote:
> > [: ==: unknown operand
> > Extracting /cygdrive/d/Benutzer/b61bro/data/srtm/N35E045...
> 
> 
> can you edit the script* and change this line:
> 
> if [ "$GIS_OPT_output" == "" ] ; then
The equality-test operator is "=", not "=="; i.e. it should be:
  if [ "$GIS_OPT_output" = "" ] ; then
-- 
Glynn Clements <glynn at gclements.plus.com>
    
    
More information about the grass-user
mailing list