[tex-live] win32 and Gs

Karl Berry karl at freefriends.org
Sat Dec 23 01:48:57 CET 2006


    +#!/usr/bin/perl
    +#eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' # -*-perl-*-
    +#        if 0;

This doesn't make sense to me.  The purpose of the second line is to
execute perl via /bin/sh.  But the #! first line obviates that.  Am I
missing something?  Otherwise, I suggest using either the "eval ..." or 
#!/usr/bin/env perl
but not both.

Cheers,
k


More information about the tex-live mailing list