make.sh: Move a comment to where it should be

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-05 14:02:41 +00:00
parent 37d4fcc9b3
commit 8af25b83a3

View File

@@ -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