Skip to content

Commit 23f5b57

Browse files
authored
Merge pull request #42 from imcf/master
Force locale setting for the script
2 parents 8379c1f + 8bd74a0 commit 23f5b57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

release-version.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
# Authors: Johannes Schindelin & Curtis Rueden
99
# ============================================================================
1010

11+
# -- Avoid localized output that might confuse the script --
12+
13+
export LC_ALL=C
14+
1115
# -- Functions --
1216

1317
die () {

0 commit comments

Comments
 (0)