File: incorrect-path-for-interpreter.patch

package info (click to toggle)
libmonitoring-livestatus-perl 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: perl: 4,245; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 337 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix interpreter path.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/examples/dump.pl
+++ b/examples/dump.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 =head1 NAME
 
--- a/examples/test.pl
+++ b/examples/test.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 =head1 NAME