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 _______________________________________________ grass-dev mailing list grass-dev@grass.itc.it http://grass.itc.it/mailman/listinfo/grass-dev