]> git.e2factory.org Git - e2factory.git/commitdiff
git: use appropriate wait wrapper
authorTobias Ulmer <tu@emlix.com>
Fri, 15 Feb 2019 11:20:00 +0000 (12:20 +0100)
committerTobias Ulmer <tu@emlix.com>
Fri, 15 Feb 2019 11:20:56 +0000 (12:20 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
plugins/git.lua

index 2a8fb4a68c892a7230678b35aa35bbf7f0a922b9..d2abbf7cef20a9aa200dabeef4b77e05f59e7bf0 100644 (file)
@@ -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