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