[GRASS5] [bug #3800] (grass) script tests fail on some platforms

Hamish hamish_nospam at yahoo.com
Mon Nov 7 00:51:41 EST 2005


> > this bug's URL: http://intevation.de/rt/webrt?serial_num=3800
> 
> > Subject: script tests fail on some platforms
> > 
> > see http://grass.itc.it/pipermail/grass5/2005-November/020021.html
> > 
> > this seems to fail on some platforms:
> > 
> > E00CONV="`which e00conv`"
> > if [ "$EOOCONV" == "" ] ; then
> 
> "==" isn't valid expression syntax; it's just "=".


sorry that was my mistake, the test that fails is in fact

> > E00CONV=`which e00conv`
> > if [ "$EOOCONV" = "" ] ; then

http://freegis.org/cgi-bin/viewcvs.cgi/grass6/scripts/v.in.e00/v.in.e00.diff?r1=1.11&r2=1.12

Maybe the error is

E00CONV=`which e00conv`

without quotes around "``" if there is spaces in the path? :/ I don't
think so, but..

I don't know if this was on Mac or Cygwin & can't test.



Hamish




More information about the grass-dev mailing list