ecodiv
1
Hi
In the helpfile for r.tileset (GRASS 70), the following example is given:
r.tileset sourceproj=`g.proj -j location=IrishGrid` maxrows=400 maxcols=300 overlap=3 -g
For me this only works when using double quotes around the g.proj command
r.tileset sourceproj="`g.proj -j location=IrishGrid`" maxrows=400 maxcols=300 overlap=3 -g
I am using grass 70 on Ubuntu 12.10. Is this something specific to the type of shell used?
Paulo
neteler
2
On Thu, Dec 6, 2012 at 11:39 AM, Paulo van Breugel
<p.vanbreugel@gmail.com> wrote:
Hi
In the helpfile for r.tileset (GRASS 70), the following example is given:
r.tileset sourceproj=`g.proj -j location=IrishGrid` maxrows=400 maxcols=300
overlap=3 -g
For me this only works when using double quotes around the g.proj command
r.tileset sourceproj="`g.proj -j location=IrishGrid`" maxrows=400
maxcols=300 overlap=3 -g
I am using grass 70 on Ubuntu 12.10. Is this something specific to the type
of shell used?
IMHO you are right, I have fixed the example.
thanks
Markus