Package: ps2eps / 1.68+binaryfree-2

ps2eps-perl_path.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fix perl path in the shebang line
Author: Rafael Laboissiere <rafael@debian.org>
Forwarded: not-needed
Last-Update: 2014-05-10
--- a/src/perl/ps2eps
+++ b/src/perl/ps2eps
@@ -1,5 +1,4 @@
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' # -*-perl-*-
-        if 0;
+#! /usr/bin/perl
 # The expression in the previous line replaces the unix specific line 
 # {#!/usr/bin/perl}.   
 # ps2eps - convert PostScript to EPS (Encapsulated PostScript) files