<br><br><div class="gmail_quote">On 3 February 2012 22:17, Raymond Wagner <span dir="ltr">&lt;<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.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">On 2/3/2012 17:12, David Crawford wrote:<br>
&gt;  bash: syntax error near unexpected token &#39;1010&#39;<br>
<br>
</div>If you are getting anything &quot;bash&quot;, it means that your &quot;hashbang&quot; is not<br>
configured properly, and your system is instead trying to run the script<br>
directly in whatever shell you are currently running (which seems to be<br>
Bash).<br>
<br>
<a href="http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Examples" target="_blank">http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Examples</a><br>
<br>
In the case of the jobqueue, it currently passes everything through the<br>
Bourne shell (/bin/sh), but the end result would be the same.<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br><div>Wouldnt that prevent the other script from not working also? </div>