5372878
--- latexmk.pl.ORIG	2007-08-17 12:21:57.000000000 -0600
5372878
+++ latexmk.pl	2007-08-31 21:38:25.000000000 -0600
290276a
@@ -1,23 +1,4 @@
290276a
-eval '(exit $?0)' && eval 'exec perl -x -S "$0" ${1+"$@"}' && 
290276a
-eval 'exec perl -x -S  "$0" $argv:q'
290276a
-if 0;
290276a
 #!/usr/bin/perl -w
290276a
-#!/opt/local/bin/perl -w
290276a
-#!/usr/local/bin/perl -w
290276a
-# The above code allows this script to be run under UNIX/LINUX without
290276a
-# the need to adjust the path to the perl program in a "shebang" line.
290276a
-# (The location of perl changes between different installations, and
290276a
-# may even be different when several computers running different
290276a
-# flavors of UNIX/LINUX share a copy of latex or other scripts.)  The
290276a
-# script is started under the default command interpreter sh, and the
290276a
-# evals in the first two lines restart the script under perl, and work
290276a
-# under various flavors of sh.  The -x switch tells perl to start the
290276a
-# script at the first #! line containing "perl".  The "if 0;" on the
290276a
-# 3rd line converts the first two lines into a valid perl statement
290276a
-# that does nothing.
290276a
-#
290276a
-# Source of the above: manpage for perlrun
290276a
-
290276a
 
5372878
 # Delete #??!! when working
5372878