From d229a8b84880dddc05267798795ea29c50af28bd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 11 Sep 2023 21:23:56 +0000 Subject: Defork execline Signed-off-by: Laurent Bercot --- src/libexecline/el_spawn0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libexecline/el_spawn0.c') 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) ; } -- cgit v1.3.1