What is the difference of being a child process or taking over? I mean, for processing or data analysis?<br><br><div class="gmail_quote">On Wed, Feb 3, 2010 at 5:31 PM, Glynn Clements <span dir="ltr">&lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
Markus Neteler wrote:<br>
<br>
&gt; On Wed, Feb 3, 2010 at 1:35 PM, Gilbert Ferrara<br>
&gt; &lt;<a href="mailto:gilbertferrara1974@gmail.com">gilbertferrara1974@gmail.com</a>&gt; wrote:<br>
&gt; &gt; I just want to provide GRASS64 in two languages and without the user has to<br>
&gt; &gt; define lang in the bash_profiles.<br>
&gt; &gt; My idea was to create 2 files: grass64eng and grass64sp each one with<br>
&gt; &gt; different language sets. So the user would have only to select the adequate<br>
&gt; &gt; file.<br>
&gt;<br>
&gt;<br>
&gt; I would create<br>
&gt;<br>
&gt; grass64eng<br>
&gt;        export LANG=en_US<br>
&gt;        export LANGUAGE=en_US<br>
&gt;        export LC_MESSAGES=en_US<br>
&gt;        grass64 &quot;$@&quot;<br>
<br>
</div>Make the last line:<br>
<br>
        exec grass64 &quot;$@&quot;<br>
<br>
so that the grass64 script &quot;takes over&quot; from the grass64eng script,<br>
rather than as a child process.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>
</div></div></blockquote></div><br>