summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-02-18 15:21:55 +0000
committerLaurent Bercot <ska@appnovation.com>2023-02-18 15:21:55 +0000
commitbb4124a76938a092771250b455ad8f824da89504 (patch)
treeb2d95e89eadf4055cff1e17f95c60433c7f50469 /tools
parent3df7fa5edbd8dfb0942ca7657d0b9ad681a494a8 (diff)
downloads6-linux-utils-bb4124a76938a092771250b455ad8f824da89504.tar.xz
Prepare for 2.6.1.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 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 - _`