[Libreoffice-commits] core.git: bin/check-elf-dynamic-objects

Michael Stahl mstahl at redhat.com
Wed Nov 29 12:44:21 UTC 2017


 bin/check-elf-dynamic-objects |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 44aceccf5b3c826f84d659bba10a835b943c1cb0
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Nov 29 13:40:22 2017 +0100

    fix check-elf-dynamic-objects -p
    
    It needs to wait for all background tasks to exit.
    
    Change-Id: I8770f3d79d66ab2fae727ae7cbbc00e3b22e5e54

diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index 298f81e9b294..2a676fbf27e9 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -188,6 +188,8 @@ else
 	)>> check_elf.out &
     done
 
+    for file in ${files}; do wait; done
+
     if [ -s check_elf.out ] ; then
 	cat check_elf.out
 	status=1


More information about the Libreoffice-commits mailing list