File: ps2eps-perl_path.patch

package info (click to toggle)
ps2eps 1.70-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: perl: 770; ansic: 324; makefile: 37; sh: 2
file content (13 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (4)
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