20 lines
723 B
Diff
20 lines
723 B
Diff
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
|
|
#
|