File: debian.set-script-interpreter-directly.patch

package info (click to toggle)
inspircd 3.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,128 kB
  • sloc: cpp: 59,085; ansic: 5,037; perl: 2,379; sh: 113; makefile: 51; sql: 35
file content (30 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (4)
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
Subject: Set script interpreter directly
Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de> 
Forwarded: no
Last-Update: 2020-11-13

--- a/make/template/inspircd
+++ b/make/template/inspircd
@@ -1,5 +1,5 @@
 %mode 0750
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
--- a/tools/genssl
+++ b/tools/genssl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #
--- a/tools/testssl
+++ b/tools/testssl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #
 # InspIRCd -- Internet Relay Chat Daemon
 #