Hi to all!
I am using grass6.2 on a solaris machine, but I've got this error running
r.shaded.relief:
/usr/local/grass-6.2.0/scripts/r.shaded.relief: LC_NUMERIC=C: is not an
identifier
I surfed on the net, but i didn't found any help.
Thanks
Luca
--
Help QGIS development! Make a donation right now at
http://xrl.us/supportqgis
LINUX User #411601
GENTOO-GIS Development Team
jabber: casagrande@jabber.linux.it
Hello Luca
There was a bash-ism in the script. I have fixed it in CVS, but if you want to directly edit the script yourself you need to replace this line:
export LC_NUMERIC=C
by the following two lines:
LC_NUMERIC=C
export LC_NUMERIC
Best regards,
Paul
On Wed, 15 Nov 2006, Luca Casagrande wrote:
Hi to all!
I am using grass6.2 on a solaris machine, but I've got this error running
r.shaded.relief:
/usr/local/grass-6.2.0/scripts/r.shaded.relief: LC_NUMERIC=C: is not an
identifier
I surfed on the net, but i didn't found any help.
Thanks
Luca
--
Help QGIS development! Make a donation right now at
http://xrl.us/supportqgis
LINUX User #411601
GENTOO-GIS Development Team
jabber: casagrande@jabber.linux.it
_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser