]> git.pld-linux.org Git - packages/texlive.git/blame - texlive-12c_fix_pdfcrop_invocation.patch
- fix generating formlett documentation
[packages/texlive.git] / texlive-12c_fix_pdfcrop_invocation.patch
CommitLineData
768e5264
AM
112c_fix_pdfcrop_invocation.dpatch <preining@logic.at>
2Fix 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
7Index: 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 #
This page took 0.101463 seconds and 4 git commands to generate.