I tried to install the new version of Thot but:
#!/bin/sh
THOT=/usr/local/thot/bin/thot
LANG=en_US ; export LANG
if [ -x $THOT ]
then
exec $THOT $*
else
echo "$THOT not found !"
fi
When this script is placed in /usr/local/thot/bin/thot, nothing much
is happening (try set -x): it loops in calls to itself.
I took the file from the thot-linux-ELF.tar.gz file.
How do I have to amend the script to get something running ? (the
thotbin.tgz seemed to contain something very different -- is that the
one. Anyway: changing /usr/local/thot/bin/thot to
/usr/local/thot/bin/LINUX-ELF/thotmain does not work).
Thanks,
-- Frederik FouvryCL/MT Group Department of Language and Linguistics University of Essex E-mail fouvry@essex.ac.uk Wivenhoe Park URL http://clwww.essex.ac.uk/~fouvry/ Colchester ESSEX CO4 3SQ Tel. +44 1206 87 20 91 United Kingdom Fax +44 1206 87 20 85