]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Move a comment to where it should be
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Jul 2024 14:02:41 +0000 (14:02 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 8 Jul 2024 15:39:44 +0000 (15:39 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index f33bf921191dd20e03f01b5b38185049fd953866..14e589c27d8ed2dc447c4fe2664d249e1d669931 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -844,8 +844,8 @@ run_command() {
                "${command[@]}" >> "${LOGFILE}" 2>&1 </dev/null
        } &
 
+       # Wait for the process to complete
        while :; do
-               # Wait for the process to complete
                wait "$!"
 
                # If the return code is >= 128, wait has been interrupted by the timer