Martin Landa wrote: > currently G_script() in GRASS 7 prints out a shell script template. > Should this be replaced by a Python script template or should have the > parser separate switches for shell/python/? script templates.
Just remove the final printf() so that it's language-agnostic; its main purpose is to generate the #% lines. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
