summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-18 15:15:01 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-18 15:15:01 +0000
commitaa2b0325db422aeabf994231942d78dc3dcf6dfc (patch)
treec60dc0d78de3ccc7623ab06c1e49a6cbdc94d571 /tools
parent63e9fe5c9ead01a5f905975e0f73439641b08b5e (diff)
downloads6-portable-utils-aa2b0325db422aeabf994231942d78dc3dcf6dfc.tar.xz
Prepare for 2.3.0.1; make sort locale-independent
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen-multicall.sh2
1 files changed, 2 insertions, 0 deletions
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 - _`