<p>Yes please,</p>
<p>Have not had problem with teaching yet, but always wondered about the whitespace and when students will get a problem from that.</p>
<p>+1<br>
</p>
<div class="gmail_quote">On Apr 13, 2013 4:08 PM, "Markus Neteler" <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
while playing with winGRASS on Windows 8, I realized that the default<br>
grassdata path is a bit unfortunate:<br>
<br>
grep 'GIS Data' */* 2>&1 | grep -v directory<br>
mswindows/GRASS-Installer.nsi.tmpl:     StrCpy $GIS_DATABASE<br>
"$DOCUMENTS\GIS DataBase"<br>
<br>
- uses white space (which we commonly dislike)<br>
- is different from most GRASS tutorials<br>
<br>
Why not<br>
<br>
        StrCpy $GIS_DATABASE "$DOCUMENTS\grassdata"<br>
<br>
which would solve above problems?<br>
<br>
Markus<br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</blockquote></div>