diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-18 15:01:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-18 15:01:53 +0000 |
commit | 6e4233d3fc73b7e3a81155acfe06206e6476bd11 (patch) | |
tree | b8dde3a76ca4d57da908ad286f30f89c9e9e528e /tools | |
parent | 7e6e0a6be25019a7eb680c51c7eb72ed91207e4e (diff) | |
download | execline-6e4233d3fc73b7e3a81155acfe06206e6476bd11.tar.xz |
Prepare for 2.9.2.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 1d3d9fe..fc702ba 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -1,5 +1,7 @@ #!/bin/sh -e +LC_ALL=C ; export LC_ALL + echo '/* ISC license. */' echo echo '#include <skalibs/nonposix.h>' |