Skip to content

Commit 1844d32

Browse files
committed
Set LC_ALL=C at top of script
1 parent 48867f9 commit 1844d32

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/test-dependencies.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ set -e
2222
FWDIR="$(cd "`dirname $0`"/..; pwd)"
2323
cd "$FWDIR"
2424

25+
# Explicitly set locale in order to make `sort` output consistent across machines.
26+
# See https://stackoverflow.com/questions/28881 for more details.
27+
export LC_ALL=C
28+
2529
# TODO: This would be much nicer to do in SBT, once SBT supports Maven-style resolution.
2630

2731
# NOTE: These should match those in the release publishing script

0 commit comments

Comments
 (0)