File: perl-path

package info (click to toggle)
cctools 9.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 44,624 kB
  • sloc: ansic: 192,539; python: 20,827; cpp: 20,199; sh: 11,719; perl: 4,106; xml: 3,688; makefile: 1,224
file content (45 lines) | stat: -rw-r--r-- 1,217 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
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Don't use /usr/bin/env in Debian - call directly
Last-Updated: 2018-12-26
Forwarded: not-needed

--- a/apps/wq_maker/wq_maker
+++ b/apps/wq_maker/wq_maker
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # wq_maker
 # 
--- a/chirp/src/bindings/perl/chirp_jobs_perl_example.pl
+++ b/chirp/src/bindings/perl/chirp_jobs_perl_example.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use v5.8.8;
 
--- a/chirp/src/bindings/perl/chirp_perl_example.pl
+++ b/chirp/src/bindings/perl/chirp_perl_example.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 use v5.8.8;
 
--- a/work_queue/src/bindings/perl/work_queue_example.pl
+++ b/work_queue/src/bindings/perl/work_queue_example.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#! /usr/bin/perl
 
 # Copyright (c) 2010- The University of Notre Dame.
 # This software is distributed under the GNU General Public License.
--- a/makeflow/src/makeflow_linker_perl_driver
+++ b/makeflow/src/makeflow_linker_perl_driver
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 # Copyright (C) 2013- The University of Notre Dame
 # This software is distributed under the GNU General Public License.