Markus Metz wrote:
> It's working now, but I had to make one small change in
> order to get GRASS started with msys terminal:
> In C:\GRASS\bin\grass64 I changed
>
> if [ -z "$GRASS_PYTHON" ] ; then\r
> GRASS_PYTHON=python; export GRASS_PYTHON\r
> fi\r
>
> to
>
> if [ -z "$GRASS_PYTHON" ]; then
> GRASS_PYTHON=python
> export GRASS_PYTHON
> fi
>
> removing these \r, then it started, otherwise it bummed out
> without any error message.
oops, sorry about that. now fixed in svn.
Hamish
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user