File: 01_real_perl_path.patch

package info (click to toggle)
purifyeps 1.1-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 168 kB
  • ctags: 11
  • sloc: perl: 400; makefile: 33
file content (16 lines) | stat: -rw-r--r-- 390 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Hilmar Preusse <hille42@web.de>
Subject: Replace "/usr/bin/env perl" by "/usr/bin/perl"


---
 purifyeps |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/purifyeps
+++ b/purifyeps
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/perl
 
 ################################################################
 # Convert an ordinary Encapsulated PostScript file (.eps) into #