stupid typo

This commit is contained in:
Jack L. Frost 2016-03-29 15:48:51 +03:00
parent b640a64e21
commit 24d64da2ed
1 changed files with 1 additions and 1 deletions

View File

@ -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