From 3d91d9ce645efa020800b85be1ac2727ebcbad19 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 6 Nov 2024 08:05:33 +0000 Subject: Prepare for 2.9.7.0 ; rework forx/forstdin -p, add -P maxpar Also refactor several things to keep global footprint low Signed-off-by: Laurent Bercot --- src/libexecline/el_trueargv.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/libexecline/el_trueargv.c (limited to 'src/libexecline/el_trueargv.c') diff --git a/src/libexecline/el_trueargv.c b/src/libexecline/el_trueargv.c new file mode 100644 index 0000000..c08e127 --- /dev/null +++ b/src/libexecline/el_trueargv.c @@ -0,0 +1,7 @@ +/* ISC license. */ + +#include +#include + +static char const *const el_trueargv_[3] = { EXECLINE_BINPREFIX "exit", "0", 0 } ; +char const *const *el_trueargv = el_trueargv_ ; -- cgit v1.3.1