We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48867f9 commit 1844d32Copy full SHA for 1844d32
dev/test-dependencies.sh
@@ -22,6 +22,10 @@ set -e
22
FWDIR="$(cd "`dirname $0`"/..; pwd)"
23
cd "$FWDIR"
24
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
+
29
# TODO: This would be much nicer to do in SBT, once SBT supports Maven-style resolution.
30
31
# NOTE: These should match those in the release publishing script
0 commit comments