diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-11 21:23:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-11 21:23:56 +0000 |
commit | d229a8b84880dddc05267798795ea29c50af28bd (patch) | |
tree | 71ca36220885e52598db48f1e9b08799db53427c /src/libexecline/el_spawn0.c | |
parent | 421d1567d153f3dd43b618a23ca5be5d71472a9d (diff) | |
download | execline-d229a8b84880dddc05267798795ea29c50af28bd.tar.gz execline-d229a8b84880dddc05267798795ea29c50af28bd.tar.xz execline-d229a8b84880dddc05267798795ea29c50af28bd.zip |
Defork execline
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libexecline/el_spawn0.c')
-rw-r--r-- | src/libexecline/el_spawn0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexecline/el_spawn0.c b/src/libexecline/el_spawn0.c index d4265a4..d397557 100644 --- a/src/libexecline/el_spawn0.c +++ b/src/libexecline/el_spawn0.c @@ -12,5 +12,5 @@ pid_t el_spawn0 (char const *prog, char const *const *argv, char const *const *e static char const *const newargv[3] = { EXECLINE_BINPREFIX "exit", "0", 0 } ; return cspawn(newargv[0], newargv, envp, 0, 0, 0) ; } - else return cspawn(prog, argv, envp, 0, 0, 00) ; + else return cspawn(prog, argv, envp, 0, 0, 0) ; } |