summaryrefslogtreecommitdiffstats
path: root/bin/check-elf-dynamic-objects
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-11-29 13:40:22 +0100
committerMichael Stahl <mstahl@redhat.com>2017-11-29 13:41:39 +0100
commit44aceccf5b3c826f84d659bba10a835b943c1cb0 (patch)
tree14ecd76b0e208bd9c7abe792f737ecba566345ee /bin/check-elf-dynamic-objects
parenttdf#97198 Make Calc function REPLACE work with UniCode non-BMP-characters. (diff)
downloadcore-44aceccf5b3c826f84d659bba10a835b943c1cb0.tar.gz
core-44aceccf5b3c826f84d659bba10a835b943c1cb0.zip
fix check-elf-dynamic-objects -p
It needs to wait for all background tasks to exit. Change-Id: I8770f3d79d66ab2fae727ae7cbbc00e3b22e5e54
Diffstat (limited to 'bin/check-elf-dynamic-objects')
-rwxr-xr-xbin/check-elf-dynamic-objects2
1 files changed, 2 insertions, 0 deletions
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