File: perl-interpeter.patch

package info (click to toggle)
ecflow 5.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 89,804 kB
  • sloc: cpp: 246,035; python: 22,864; sh: 3,330; xml: 333; perl: 288; makefile: 173; ansic: 99
file content (15 lines) | stat: -rw-r--r-- 574 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't use /usr/bin/env for paths
Author:Alastair McKinstry <mckinstry@debian.org>
Last-Updated: 2019-01-09
Forwarded: no

Index: ecflow-4.11.1/tools/ecflow_logsvr.pl
===================================================================
--- ecflow-4.11.1.orig/tools/ecflow_logsvr.pl
+++ ecflow-4.11.1/tools/ecflow_logsvr.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 ## Copyright 2009-2017 ECMWF.
 ## This software is licensed under the terms of the Apache Licence version 2.0 
 ## which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.