[GRASS-dev] some backports to 6.3.0-CVS branch

Markus Neteler neteler at fbk.eu
Fri Oct 26 10:11:49 EDT 2007


Benjamin Ducke wrote on 10/26/2007 12:29 PM:
>
>> What happens if you enter the following directly into the shell?
>>
>>       if [ "" != "" ] ; then  for dir in  ; do  make -C $dir clean ;  done ;  fi
>>
>>     
>
> sh: syntax error near unexpected token `;'
>
>   

In that rule the list is empty:

... for dir in WHAT?;...

Isn't that the problem?
Or no ; after/before "done"?

Markus






More information about the grass-dev mailing list