From 648f006f08dd4bea9e259e0e59e1cc47ec671b96 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 21 Mar 2025 18:17:50 +0100 Subject: Remove dependency on libsimple since it's not portable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/hooks.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/hooks.c') diff --git a/src/hooks.c b/src/hooks.c index e3abf44..5412582 100644 --- a/src/hooks.c +++ b/src/hooks.c @@ -165,8 +165,10 @@ run_hooks(const char *argv[]) break; case 0: - if (dup2(STDOUT_FILENO, STDERR_FILENO) != STDERR_FILENO) - _eprintf("dup2 :"); + if (dup2(STDOUT_FILENO, STDERR_FILENO) != STDERR_FILENO) { + weprintf("dup2 :"); + _exit(1); + } stpcpy(stpcpy(&dirpath[dirpathlen], "/"), f->d_name); argv[0] = dirpath; execv(dirpath, (const void *)argv); -- cgit v1.2.3-70-g09d2