<div dir="ltr">On Sat, Sep 14, 2013 at 3:34 PM, David Shaw <span dir="ltr"><<a href="mailto:dj.shaw@btconnect.com" target="_blank">dj.shaw@btconnect.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 14/09/13 20:16, Dana Jansens wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
On Fri, Sep 13, 2013 at 4:15 PM, David Shaw <<a href="mailto:dj.shaw@btconnect.com" target="_blank">dj.shaw@btconnect.com</a>> wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
#!/bin/bash<br>
</blockquote></blockquote>
<br>
<snip><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
. $avernum.sh<br>
<br>
</blockquote>
<br>
Do you need the full path to the script here?<br>
</blockquote>
<br></div>
I hate you :-)<br>
<br>
How annoyingly simple.  But what I don't understand is that the directory containing my scripts is in my $PATH, so why aren't they being found?<br></blockquote><div><br></div><div>The '.' command won't search your path. Do you need the script it runs to be inside the same environment? Probably not. You can probably replace '.' with 'exec' (or just with nothing) and then not need the full path.</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Ho hum.<br>
<br>
Many thanks for your patience with one who is very hard of thinking,<br>
<br>
David Shaw<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
______________________________<u></u>_________________<br>
openbox mailing list<br>
<a href="mailto:openbox@icculus.org" target="_blank">openbox@icculus.org</a><br>
<a href="http://icculus.org/mailman/listinfo/openbox" target="_blank">http://icculus.org/mailman/<u></u>listinfo/openbox</a><br>
</div></div></blockquote></div><br></div></div>