diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-02 05:29:17 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-02 05:29:17 +0000 |
commit | 9d55d49dad0f4cb90e6ff2f9b1c3bc46a6fcf05f (patch) | |
tree | ea63cf6dd496942aa194e864f37cc56229d596fb /tools | |
parent | edf81b0d16322e5d49ec22f394b669d9094daac1 (diff) | |
download | execline-9d55d49dad0f4cb90e6ff2f9b1c3bc46a6fcf05f.tar.xz |
Multicall improvements
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gen-multicall.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index d9b03d3..6ef6322 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -49,6 +49,7 @@ for i in `ls -1 src/execline/deps-exe` ; do echo echo '#undef USAGE' echo '#undef dieusage' + echo '#undef dienomem' done cat <<EOF |