we need to actually return 1 if no pids are alive. DUH

This commit is contained in:
Jack L. Frost 2016-03-29 16:03:44 +03:00
parent 24d64da2ed
commit c799ab796b
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ pids_exist() {
return 0
fi
done
return 1
}
pid_wait() {