Nikos Alexandris wrote:

> > perhaps not absolutely all, but between the C lib changes
> > and the (I hope hope temporary) removal of shell script
> > support, it is safe to say that most will need some
> > porting work.
> 
> Oh... :-O. Shell script(ing) ability completly removed in grass7x?

You can still run GRASS commands from shell scripts, and you can still
use g.parser in shell scripts.

The only thing that has changed is that the build system no longer has
rules for shell scripts. If you want to write a Makefile to install a
shell script, you can't rely upon Script.make or ScriptRules.make, as
they assume that all scripts are Python (i.e. the source file must
have a .py extension, and the installed script will have a .py
extension on Windows).

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to