From aa2b0325db422aeabf994231942d78dc3dcf6dfc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 18 Feb 2023 15:15:01 +0000 Subject: Prepare for 2.3.0.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 52c59ea..35ace20 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -1,5 +1,7 @@ #!/bin/sh -e +LC_ALL=C ; export LC_ALL + P="$1" p=`echo $P | tr - _` -- cgit v1.2.3