ogajduse / rpms / texlive

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