mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-28 12:57:57 +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) ]
|
[ $$i -lt $(WAIT_TIME) ]
|
||||||
|
|
||||||
wait_stop:
|
wait_stop:
|
||||||
i=0; \
|
i=0; \
|
||||||
while [ $$i -lt $(WAIT_TIME) ] ; do \
|
while [ $$i -lt $(WAIT_TIME) ] ; do \
|
||||||
kill -0 `awk '{print}' *.pid 2>/dev/null` 2>/dev/null || break; \
|
kill -0 `awk '{print}' *.pid 2>/dev/null` 2>/dev/null || break; \
|
||||||
sleep 1; \
|
sleep 1; \
|
||||||
i=`expr $$i + 1`; \
|
i=`expr $$i + 1`; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user