Skip to content
Snippets Groups Projects
Commit 11df721b authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Resolved knotc ignoring compiler return code in some cases.

parent 6efd8a5e
No related branches found
No related tags found
No related merge requests found
......@@ -533,7 +533,7 @@ int execute(const char *action, char **argv, int argc, pid_t pid,
/* Evaluate space for new task. */
if (running == jobs) {
zctask_wait(tasks, jobs);
rc |= zctask_wait(tasks, jobs);
--running;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment