<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 19, 2014 at 1:59 PM, Hermann Peifer <span dir="ltr"><<a href="mailto:peifer@gmx.eu" target="_blank">peifer@gmx.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 2014-09-19 19:44, Hermann Peifer wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
On 2014-09-19 19:29, Anna Petrášová wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
yes, that's pretty funny. Do you have any local changes (svn diff)? I<br>
looked in the recent changes but there is nothing suggesting this error.<br>
<br>
<br>
</blockquote>
<br>
No diff at all. And until yesterday, I did not even know that m.proj<br>
existed.<br>
<br>
</blockquote>
<br></span>
This might help the initiated to find some bug:<br>
<br>
diff grass/scripts/m.proj/<a href="http://m.proj.py" target="_blank">m.proj.py</a> grass70_release/scripts/m.<u></u>proj/<a href="http://m.proj.py" target="_blank">m.proj.py</a><br>
<br>
38c38<br>
< #% description: '-' for standard input<br>
---<br>
> #% description: '-' to read from standard input<br>
<br>
96d95<br>
< from grass.script.utils import separator, parse_key_val<br>
<br>
162,163c161,162<br>
<     ifs = separator(ifs)<br>
<     ofs = separator(ofs)<br>
---<br>
>     ifs = grass.separator(ifs)<br>
>     ofs = grass.separator(ofs)<br>
<br>
167c166<br>
<     kv = parse_key_val(s)<br>
---<br>
>     kv = grass.parse_key_val(s)<div class=""><div class="h5"><br></div></div></blockquote><div>This cannot cause the problem, so let's try something else.<br><br></div><div>When in GRASS command line do<br><br></div><div>which m.proj<br><br></div><div>Then open the file which it will tell and also make a diff of that file with grass70_release/scripts/m.proj/<a href="http://m.proj.py">m.proj.py</a><br><br></div><div>Afterwards, you can also try to recompile GRASS (make distclean && ./configure ... && make).<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">
<br>
______________________________<u></u>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/grass-user</a><br>
</div></div></blockquote></div><br></div></div>