On Mon, Aug 16, 2010 at 11:59 PM, Glynn Clements <[email protected]> wrote: > > Markus Neteler 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. >> >> I have tried but get >> >> GRASS 7.0.svn (nc_spm_08): > sh i.fusion.his >> sh: i.fusion.his: command not found > > Does it have the execute bit set?
Yes. > If it doesn't, g.parser can't > execute it. That has always been the case; it isn't specific to 7.0. ls -la i.fusion.his -rwxr-xr-x 1 neteler neteler 3867 2009-09-29 21:36 i.fusion.his* The problem was that it wasn't in the search path. Sorry for the noise (maybe there is a way to catch this?). Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
