From: Tobias Ulmer Date: Fri, 15 Feb 2019 11:20:00 +0000 (+0100) Subject: git: use appropriate wait wrapper X-Git-Tag: e2factory-2.3.18rc1~38 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=413f6b3a744ba2a1d76967629b1b88aa371820f0;p=e2factory.git git: use appropriate wait wrapper Signed-off-by: Tobias Ulmer --- diff --git a/plugins/git.lua b/plugins/git.lua index 2a8fb4a..d2abbf7 100644 --- a/plugins/git.lua +++ b/plugins/git.lua @@ -635,7 +635,7 @@ function git.git_source:prepare_source(sourceset, buildpath) local errors = false while (#children > 0) do local found = false - status, pid = e2lib.wait(-1) + status, pid = e2lib.wait_pid_delete(-1) if not status then return false, e:cat(pid) end