In case anyone has a similar issue, I'll post my solution:
The problem was in the script I wrote (update_latex.sh). The first line was:
#!/bin/sh -v
and it was simply the verbose shell information that was being printed!
Changing this to
#!/bin/sh
makes it work like it should.Cheers, Owen -- [EMAIL PROTECTED] mailing list
