| 1 |
#! /bin/sh /usr/share/dpatch/dpatch-run
|
| 2 |
## 12b_fix_a2ping_invocation.dpatch <preining@logic.at>
|
| 3 |
##
|
| 4 |
## All lines beginning with `## DP:' are a description of the patch.
|
| 5 |
## DP: Fix invocation of a2ping to get rid of magic
|
| 6 |
|
| 7 |
@DPATCH@
|
| 8 |
---
|
| 9 |
build/source/texk/tetex/a2ping | 10 ++--------
|
| 10 |
1 file changed, 2 insertions(+), 8 deletions(-)
|
| 11 |
|
| 12 |
Index: texlive-bin-2006.svn3816/build/source/texk/tetex/a2ping
|
| 13 |
===================================================================
|
| 14 |
--- texlive-bin-2006.svn3816.orig/build/source/texk/tetex/a2ping 2006-01-17 22:41:51.000000000 +0100
|
| 15 |
+++ texlive-bin-2006.svn3816/build/source/texk/tetex/a2ping 2007-01-26 03:58:02.000000000 +0100
|
| 16 |
@@ -1,11 +1,5 @@
|
| 17 |
-#! /bin/sh
|
| 18 |
-eval '(exit $?0)' && eval 'PERL_BADLANG=x;export PERL_BADLANG;: \
|
| 19 |
-;exec perl -x -S -- "$0" ${1+"$@"};#'if 0;
|
| 20 |
-eval 'setenv PERL_BADLANG x;exec perl -x -S -- "$0" $argv:q;#'.q+
|
| 21 |
-#!perl -w
|
| 22 |
-package Htex::a2ping; $0=~/(.*)/s;unshift@INC,'.';do($1);die$@if$@;__END__+if !1;
|
| 23 |
-# This Perl script was generated by JustLib2 at Wed Apr 23 09:14:13 2003.
|
| 24 |
-# Don't touch/remove any lines above; http://www.inf.bme.hu/~pts/justlib
|
| 25 |
+#! /usr/bin/perl -w
|
| 26 |
+package Htex::a2ping;
|
| 27 |
#
|
| 28 |
# This program is free software, licensed under the GNU GPL, >=2.0.
|
| 29 |
# This software comes with absolutely NO WARRANTY. Use at your own risk!
|