Kaydet (Commit) 2f5634e8 authored tarafından Michael Stahl's avatar Michael Stahl

check-elf-dynamic-objects: wait only once

Norbert points out that wait without arguments will wait for all
outstanding processes.

Change-Id: If850fd4a2e46a2c05d2917d38478ee2d3112bd78
üst 2e43a18a
...@@ -188,7 +188,7 @@ else ...@@ -188,7 +188,7 @@ else
)>> check_elf.out & )>> check_elf.out &
done done
for file in ${files}; do wait; done wait
if [ -s check_elf.out ] ; then if [ -s check_elf.out ] ; then
cat check_elf.out cat check_elf.out
......
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