| 1 |
12a_fix_thumbpdf_invocation.dpatch <preining@logic.at>
|
| 2 |
Fix invocation of thumbpdf to get rid of magic
|
| 3 |
---
|
| 4 |
build/source/texk/tetex/thumbpdf | 5 +----
|
| 5 |
1 file changed, 1 insertion(+), 4 deletions(-)
|
| 6 |
|
| 7 |
Index: texlive-bin-2007/build/source/texk/tetex/thumbpdf
|
| 8 |
===================================================================
|
| 9 |
--- texlive-bin-2007.orig/build/source/texk/tetex/thumbpdf 2005-07-06 13:03:00.000000000 +0200
|
| 10 |
+++ texlive-bin-2007/build/source/texk/tetex/thumbpdf 2007-05-19 16:30:21.000000000 +0200
|
| 11 |
@@ -1,7 +1,4 @@
|
| 12 |
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q'
|
| 13 |
- if 0;
|
| 14 |
-use strict;
|
| 15 |
-$^W=1; # turn warning on
|
| 16 |
+#!/usr/bin/perl -w
|
| 17 |
#
|
| 18 |
# thumbpdf.pl
|
| 19 |
#
|