2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00

zdtm: fix indentation in Makefile wait_stop target

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
Pavel Tikhomirov 2021-08-02 12:00:49 +03:00 committed by Andrei Vagin
parent d62e747e91
commit cc2317ea48

View File

@ -495,8 +495,8 @@ WAIT_TIME=240
[ $$i -lt $(WAIT_TIME) ]
wait_stop:
i=0; \
while [ $$i -lt $(WAIT_TIME) ] ; do \
i=0; \
while [ $$i -lt $(WAIT_TIME) ] ; do \
kill -0 `awk '{print}' *.pid 2>/dev/null` 2>/dev/null || break; \
sleep 1; \
i=`expr $$i + 1`; \