Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 705a2088f8c095ce9eb5c2a6ab905084 > files > 8

texlive-2007-51.fc13.src.rpm

12c_fix_pdfcrop_invocation.dpatch  <preining@logic.at>
Fix invocation of pdfcrop to get rid of magic
---
 build/source/texk/tetex/pdfcrop |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Index: texlive-bin-2006.svn3816/build/source/texk/tetex/pdfcrop
===================================================================
--- texlive-bin-2006.svn3816.orig/build/source/texk/tetex/pdfcrop	2006-01-03 00:53:39.000000000 +0100
+++ texlive-bin-2006.svn3816/build/source/texk/tetex/pdfcrop	2007-01-26 03:58:07.000000000 +0100
@@ -1,7 +1,5 @@
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
-  if 0;
+#!/usr/bin/perl -w
 use strict;
-$^W=1; # turn warning on
 #
 # pdfcrop.pl
 #