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.
|