From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Thu, 19 Aug 2021 11:05:15 +0000 (+0000) Subject: always use the same perl in $PATH X-Git-Tag: openssl-3.2.0-alpha1~3617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=473664aafdff1f60db99929bdd43c2a9b26d14cd;p=thirdparty%2Fopenssl.git 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) --- diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 7a89c4ef130..942a8fc5c61 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,7 +1,7 @@