On Thu, Mar 14, 2002 at 10:48:48AM +0100, Harald Koenig wrote:
> i'd like to second the suggestion with ":" as starting line
> because this fixes a nasty problem on HP-UX (10.20 and 11.00):

Ah, teTeX should use a configure script to determine the location of
perl and then replace /usr/bin/perl with this location.

Alternatively, or in addition, it could do:

#!/usr/bin/perl -w

eval 'exec perl -wS $0 ${1+"$@"}'
    if $running_under_some_shell;

or

#!/usr/bin/env perl

as described in perlrun(1).

   Julian

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

     Julian Gilbey, Dept of Maths,             Debian GNU/Linux Developer
      Queen Mary, Univ. of London         see http://people.debian.org/~jdg/
   http://www.maths.qmul.ac.uk/~jdg/           or http://www.debian.org/
        Visit http://www.thehungersite.com/ to help feed the hungry

Reply via email to