diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-18 15:15:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-18 15:15:01 +0000 |
commit | aa2b0325db422aeabf994231942d78dc3dcf6dfc (patch) | |
tree | c60dc0d78de3ccc7623ab06c1e49a6cbdc94d571 /tools | |
parent | 63e9fe5c9ead01a5f905975e0f73439641b08b5e (diff) | |
download | s6-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-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 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 - _` |