On Tue, Apr 8, 2008 at 1:48 PM, Mackenzie Morgan &lt;<a href="mailto:macoafi@gmail.com">macoafi@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Tue, 2008-04-08 at 13:46 -0400, Weber, Lawrence A wrote:<br><br></div></div>I&#39;m pretty sure that&#39;s how it always works. &nbsp;You have to add it to<br>
your .bashrc to make them permanent.<br>
</blockquote></div><br>For me, if I do:<br>export test1=&quot;TEST&quot;<br>xterm&amp;<br><br>and then in the xterm, run:<br>echo $test1<br><br>It prints TEST.<br><br>So, variables from one shell are exported to &quot;child&quot; shells.<br>
<br>Why that isn&#39;t happening for the OP, I&#39;m not sure.&nbsp; I&#39;m guessing there&#39;s an option to turn that behavior off.<br>