Code:
caibre@kapiti:~$ /bin/bash calibre-economist.sh
File "/opt/calibre/ebook-convert", line 2
path=`readlink -e $0`
^
SyntaxError: invalid syntax
One more thing: I installed calibre 0.8.12 on another box with Kubuntu 11.04. The Economist recipe work fine there. So there is something wrong with The Economist recipe, calibre and Debian Squeeze combination. It feels like there might be some missing/obsolete required package(s).
Quote:
Originally Posted by kovidgoyal
sh calibre-economist.sh
Use
/bin/bash calibre-economist.sh
|