stupid typo
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user