#1166: r.tileset: projection string munching on wingrass
---------------------------------+------------------------------------------
Reporter: hamish | Owner: grass-...@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Default | Version: svn-develbranch6
Keywords: r.tileset, wingrass | Platform: MSWindows XP
Cpu: x86-64 |
---------------------------------+------------------------------------------
Comment(by glynn):
Replying to [comment:8 hamish]:
> fortunately
{{{
r.mapcalc "sum / count"
}}}
>
> doesn't get expanded
That's because "sum / count" (which is a single "word" because of the
quotes) doesn't "look like" a filename. If you omit the quotes (which
should work in 6.x, not in 7.0):
{{{
~ $ args r.mapcalc sum / count
argv[ 0] = 'C:\msys\1.0\local\bin\args.exe'
argv[ 1] = 'r.mapcalc'
argv[ 2] = 'sum'
argv[ 3] = 'C:/msys/1.0'
argv[ 4] = 'count'
~ $
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1166#comment:9>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev