From 473664aafdff1f60db99929bdd43c2a9b26d14cd Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Thu, 19 Aug 2021 11:05:15 +0000 Subject: 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 Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/16362) --- util/check-format.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/check-format.pl') diff --git a/util/check-format.pl b/util/check-format.pl index 72cf53d189..62471e3c68 100755 --- a/util/check-format.pl +++ b/util/check-format.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#! /usr/bin/env perl # # Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. # Copyright Siemens AG 2019-2020 -- cgit v1.2.3