Kornel <kornel <at> lyx.org> writes:

> But it is. The script starts here with
>       eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$ <at> "}' && eval 
> 'exec perl
-S $0 $argv:q'
>         if 0;
> 
> This is not a problem, if started through the OS, say
>       #epstopdf --hep
> but started witch csh directly the output is:
>       #csh /usr/local/texlive/2009/bin/x86_64-linux/epstopdf --help
>               if: Empty if.
>               Exit 1
> Starting with
>       #sh /usr/local/texlive/2009/bin/x86_64-linux/epstopdf --help
> it is OK.

You're right, seems that csh and tcsh cough on the 
eval (exit $?0)
part of the line.

However
{t}csh -c /usr/local/texlive/2009/bin/x86_64-linux/epstopdf --help
works fine.

-- 
Jean-Pierre



Reply via email to