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