summaryrefslogtreecommitdiffstats
path: root/util/fix-deprecation
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-19 11:05:15 +0000
committerPauli <pauli@openssl.org>2021-09-02 12:55:39 +1000
commit473664aafdff1f60db99929bdd43c2a9b26d14cd (patch)
treea96e6d39b30cf6b5b649090f2512cbe836d24734 /util/fix-deprecation
parent3a1fa0116a92235ba200228e4bb60d6a3a7f4113 (diff)
always use the same perl in $PATH
Different tests may use unexpectedly different versions of perl, depending on whether they hardcode the path to the perl executable or if they resolve the path from the environment. This fixes it so that the same perl is always used. Fix some trailing whitespace and spelling mistakes as well. CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16362)
Diffstat (limited to 'util/fix-deprecation')
-rw-r--r--util/fix-deprecation2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fix-deprecation b/util/fix-deprecation
index a87d4fb9d1..59439eda6d 100644
--- a/util/fix-deprecation
+++ b/util/fix-deprecation
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
use strict;
use warnings;