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