Kaydet (Commit) 44aceccf authored tarafından Michael Stahl's avatar Michael Stahl

fix check-elf-dynamic-objects -p

It needs to wait for all background tasks to exit.

Change-Id: I8770f3d79d66ab2fae727ae7cbbc00e3b22e5e54
üst aaba725b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment