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:
parent
d62e747e91
commit
cc2317ea48
@ -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`; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user