ogajduse / rpms / texlive

Forked from rpms/texlive 6 years ago
Clone
4931932
12c_fix_pdfcrop_invocation.dpatch  <preining@logic.at>
4931932
Fix invocation of pdfcrop to get rid of magic
4931932
---
4931932
 build/source/texk/tetex/pdfcrop |    4 +---
4931932
 1 file changed, 1 insertion(+), 3 deletions(-)
4931932
4931932
Index: texlive-bin-2006.svn3816/build/source/texk/tetex/pdfcrop
4931932
===================================================================
4931932
--- texlive-bin-2006.svn3816.orig/build/source/texk/tetex/pdfcrop	2006-01-03 00:53:39.000000000 +0100
4931932
+++ texlive-bin-2006.svn3816/build/source/texk/tetex/pdfcrop	2007-01-26 03:58:07.000000000 +0100
4931932
@@ -1,7 +1,5 @@
4931932
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
4931932
-  if 0;
4931932
+#!/usr/bin/perl -w
4931932
 use strict;
4931932
-$^W=1; # turn warning on
4931932
 #
4931932
 # pdfcrop.pl
4931932
 #