[mythtv-users] User Job to rip subtitles from each program

Raymond Wagner raymond at wagnerrp.com
Fri Feb 3 22:17:31 UTC 2012


On 2/3/2012 17:12, David Crawford wrote:
>  bash: syntax error near unexpected token '1010'

If you are getting anything "bash", it means that your "hashbang" is not 
configured properly, and your system is instead trying to run the script 
directly in whatever shell you are currently running (which seems to be 
Bash).

http://en.wikipedia.org/wiki/Shebang_%28Unix%29#Examples

In the case of the jobqueue, it currently passes everything through the 
Bourne shell (/bin/sh), but the end result would be the same.


More information about the mythtv-users mailing list