From bb4124a76938a092771250b455ad8f824da89504 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 18 Feb 2023 15:21:55 +0000 Subject: Prepare for 2.6.1.1; make sort locale-independent Signed-off-by: Laurent Bercot --- tools/gen-multicall.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/gen-multicall.sh') diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index 843f4df..7f820c3 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.3.1