We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8379c1f commit 8bd74a0Copy full SHA for 8bd74a0
1 file changed
release-version.sh
@@ -8,6 +8,10 @@
8
# Authors: Johannes Schindelin & Curtis Rueden
9
# ============================================================================
10
11
+# -- Avoid localized output that might confuse the script --
12
+
13
+export LC_ALL=C
14
15
# -- Functions --
16
17
die () {
0 commit comments