diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-11-29 15:14:57 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-11-29 15:26:10 +0100 |
commit | 2f5634e89af95864487734d51399729a18a4787e (patch) | |
tree | e8a5d7c353cd0c38cf8584ca210ab4bed7c8ed49 /bin/check-elf-dynamic-objects | |
parent | 2e43a18a1585694cc3ff9d8e5b250f9c98b7719e (diff) |
check-elf-dynamic-objects: wait only once
Norbert points out that wait without arguments will wait for all
outstanding processes.
Change-Id: If850fd4a2e46a2c05d2917d38478ee2d3112bd78
Diffstat (limited to 'bin/check-elf-dynamic-objects')
-rwxr-xr-x | bin/check-elf-dynamic-objects | 2 |
1 files changed, 1 insertions, 1 deletions
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 |