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

New commits:
commit 2f5634e89af95864487734d51399729a18a4787e
Author: Michael Stahl <mst...@redhat.com>
Date:   Wed Nov 29 15:14:57 2017 +0100

    check-elf-dynamic-objects: wait only once
    
    Norbert points out that wait without arguments will wait for all
    outstanding processes.
    
    Change-Id: If850fd4a2e46a2c05d2917d38478ee2d3112bd78

diff --git a/bin/check-elf-dynamic-objects b/bin/check-elf-dynamic-objects
index 2a676fbf27e9..a066d8f55eb9 100755
--- a/bin/check-elf-dynamic-objects
+++ b/bin/check-elf-dynamic-objects
@@ -188,7 +188,7 @@ else
        )>> check_elf.out &
     done
 
-    for file in ${files}; do wait; done
+    wait
 
     if [ -s check_elf.out ] ; then
        cat check_elf.out
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to