File: 0002-topic-debian-Fix-Wrong-path-for-interpreter.patch

package info (click to toggle)
liblog-log4perl-perl 1.48-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,900 kB
  • sloc: perl: 6,449; makefile: 9
file content (49 lines) | stat: -rw-r--r-- 1,420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
From 7b5aa911408bfa9aae68263396cf21d779a94458 Mon Sep 17 00:00:00 2001
From: Manoj Srivastava <srivasta@debian.org>
Date: Thu, 3 Sep 2009 23:34:34 -0500
Subject: [PATCH] [topic--debian]: Fix Wrong path for interpreter

Mostly tests and examples.

Closes: #544536

Signed-off-by: Manoj Srivastava <srivasta@debian.org>
(cherry picked from commit 2745cbbd97ee8d334287b54b18097d7e1a66bb12)

Signed-off-by: Manoj Srivastava <srivasta@golden-gryphon.com>
---
 eg/benchmarks/simple | 2 +-
 eg/newsyslog-test    | 2 +-
 t/027Watch4.t        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/eg/benchmarks/simple b/eg/benchmarks/simple
index 9558efc..e24da07 100755
--- a/eg/benchmarks/simple
+++ b/eg/benchmarks/simple
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 ###########################################
 # Log4perl Benchmarks
 # Mike Schilli, 2008 (m@perlmeister.com)
diff --git a/eg/newsyslog-test b/eg/newsyslog-test
index 466c897..9b907f8 100755
--- a/eg/newsyslog-test
+++ b/eg/newsyslog-test
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 ###########################################
 # newsyslog-test
 # Mike Schilli, 200t (m@perlmeister.com)
diff --git a/t/027Watch4.t b/t/027Watch4.t
index 6f61097..0287510 100755
--- a/t/027Watch4.t
+++ b/t/027Watch4.t
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -w
+#!/usr/bin/perl -w
 
 BEGIN { 
     if($ENV{INTERNAL_DEBUG}) {