diff --git a/src/command.c b/src/command.c index 49c92d3..d2a68fb 100644 --- a/src/command.c +++ b/src/command.c @@ -249,8 +249,8 @@ static void run_task(struct task *t) { int opipe[2]; int epipe[2]; + int err = 0; pid_t pid; - int err; if (pipe2(opipe, O_CLOEXEC | O_NONBLOCK) < 0 || pipe2(epipe, O_CLOEXEC | O_NONBLOCK) < 0) {