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