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