From 6e4233d3fc73b7e3a81155acfe06206e6476bd11 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 18 Feb 2023 15:01:53 +0000 Subject: Prepare for 2.9.2.1; make sort locale-independent Signed-off-by: Laurent Bercot --- tools/gen-multicall.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index 1d3d9fe..fc702ba 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -1,5 +1,7 @@ #!/bin/sh -e +LC_ALL=C ; export LC_ALL + echo '/* ISC license. */' echo echo '#include ' -- cgit v1.3.1