From 8bd74a0ba6a33c6ece6d6f1937edadc0f2f71447 Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter Date: Wed, 24 Mar 2021 11:02:59 +0100 Subject: [PATCH] Force locale setting for the script This avoids localized output that can confuse the script, e.g. when determining the $defaultBranch. --- release-version.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-version.sh b/release-version.sh index 188617a..591b218 100755 --- a/release-version.sh +++ b/release-version.sh @@ -8,6 +8,10 @@ # Authors: Johannes Schindelin & Curtis Rueden # ============================================================================ +# -- Avoid localized output that might confuse the script -- + +export LC_ALL=C + # -- Functions -- die () {