summaryrefslogtreecommitdiffstats
path: root/dev/release.sh
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:56:29 +1000
commitd24b979dbf247ed3eecf973f3ee669a2e3b59e8f (patch)
tree70637c70c55aa8c6b4d88ef485984b4789d03067 /dev/release.sh
parenta0bbd4be5a8231e26322a8e0a3df68ffd1db0edb (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) (cherry picked from commit 473664aafdff1f60db99929bdd43c2a9b26d14cd)
Diffstat (limited to 'dev/release.sh')
-rwxr-xr-xdev/release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/release.sh b/dev/release.sh
index bf5aa8af35..3e7fc27ea9 100755
--- a/dev/release.sh
+++ b/dev/release.sh
@@ -471,7 +471,7 @@ for fixup in "$HERE/dev/release-aux"/fixup-*-postrelease.pl; do
perl -pi $fixup $file
done
-$VERBOSE "== Comitting updates"
+$VERBOSE "== Committing updates"
git add -u
git commit $git_quiet -m "Prepare for $release_text"
if [ -n "$reviewers" ]; then
@@ -502,7 +502,7 @@ if $do_branch; then
perl -pi $fixup $file
done
- $VERBOSE "== Comitting updates"
+ $VERBOSE "== Committing updates"
git add -u
git commit $git_quiet -m "Prepare for $release_text"
if [ -n "$reviewers" ]; then