<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <link href="chrome://translator/skin/floatingPanel.css"
      type="text/css" rel="stylesheet">
  </head>
  <body text="#000099" bgcolor="#FFFFFF">
    Hi<br>
    <br>
    In the helpfile for r.tileset (GRASS 70), the following example is
    given:<br>
    <br>
    <pre>r.tileset sourceproj=`g.proj -j location=IrishGrid` maxrows=400 maxcols=300 overlap=3 -g</pre>
    <br>
    For me this only works when using double quotes around the g.proj
    command<br>
    <br>
    <pre>r.tileset sourceproj="`g.proj -j location=IrishGrid`" maxrows=400 maxcols=300 overlap=3 -g

</pre>
    I am using grass 70 on Ubuntu 12.10. Is this something specific to
    the type of shell used?<br>
    <br>
    Paulo<br>
    <br>
    <div style="bottom: auto; left: 1155px; right: auto; top: 282px;
      display: none;" class="translator-theme-default"
      id="translator-floating-panel">
      <div title="Click to translate"
        id="translator-floating-panel-button"></div>
    </div>
  </body>
</html>