stupid typo
This commit is contained in:
parent
b640a64e21
commit
24d64da2ed
|
@ -49,7 +49,7 @@ pid_wait() {
|
||||||
declare counter
|
declare counter
|
||||||
|
|
||||||
while pids_exist "$@"; do
|
while pids_exist "$@"; do
|
||||||
if (( counter = timeout )); then
|
if (( counter == timeout )); then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user