File: fix-incorrect-path-for-interpreter

package info (click to toggle)
kde-dev-scripts 4%3A22.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,592 kB
  • sloc: perl: 15,600; lisp: 5,627; sh: 4,311; python: 3,892; ruby: 1,386; makefile: 13; sed: 9
file content (141 lines) | stat: -rw-r--r-- 2,842 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
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Description: Use /usr/bin/perl shebang in Perl script as per policy §10.4
Author: Aurélien COUDERC <coucouf@debian.org>
Forwarded: not-needed
Last-Update: 2020-10-27

--- a/cvslastchange
+++ b/cvslastchange
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 use File::Basename;
 
--- a/extend_dmalloc
+++ b/extend_dmalloc
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 #
 # script to run gdb on return-addresses
 # Usage: $0 malloc-log-file binary
--- a/cvs-clean
+++ b/cvs-clean
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 #
 # This script recursively (beginning with the current directory)
--- a/kde-spellcheck.pl
+++ b/kde-spellcheck.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # CORRECTIONS GO IN THE __DATA__ SECTION AT THE END OF THIS SCRIPT
 
--- a/noncvslist
+++ b/noncvslist
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # Offline check for extra in a checked-out
 # CVS module. Sirtaj Singh Kang <taj@kde.org> May 2000.
--- a/colorcvs
+++ b/colorcvs
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # colorcvs
 #
--- a/extractattr
+++ b/extractattr
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 #
 # Copyright (c) 2004 Richard Evans <rich@ridas.com>
--- a/svn-clean
+++ b/svn-clean
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 #
 # This script recursively (beginning with the current directory)
--- a/rc2kcfgxt.pl
+++ b/rc2kcfgxt.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 #
 # rc2kcfgxt.pl version 4 by Adriaan de Groot
 #
--- a/extractrc
+++ b/extractrc
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 ### TODO: other copyrights, license?
 # Copyright (c) 2004 Richard Evans <rich@ridas.com>
--- a/includemocs
+++ b/includemocs
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 use strict;
 use Cwd;
--- a/kdemangen.pl
+++ b/kdemangen.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # kdemangen.pl
 # Copyright (C)  2003  Dominique Devriese <devriese@kde.org>
--- a/fixheaders
+++ b/fixheaders
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # this script is written by Stephan Kulow <coolo@kde.org> with
 # much help from Sirtaj Singh Kang <ssk@physics.unimelb.edu.au>
--- a/cvsblame
+++ b/cvsblame
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # cvs blame inspired by Bonsai
 # Author: Bernd Gehrmann <bernd@physik.hu-berlin.de>
--- a/svnlastchange
+++ b/svnlastchange
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 #
 # This file is Copyright (C) 2005 Thiago Macieira <thiago@kde.org>
 # 
--- a/colorsvn
+++ b/colorsvn
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # colorsvn
 #
--- a/cvscheck
+++ b/cvscheck
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 use POSIX qw(mktime ctime);
 use Time::Local qw( timegm );