diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-18 15:21:55 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-18 15:21:55 +0000 |
commit | bb4124a76938a092771250b455ad8f824da89504 (patch) | |
tree | b2d95e89eadf4055cff1e17f95c60433c7f50469 /tools | |
parent | 3df7fa5edbd8dfb0942ca7657d0b9ad681a494a8 (diff) | |
download | s6-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-x | tools/gen-multicall.sh | 2 |
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 - _` |