The return result obtained from the waitpid($monitorPid) will account for a failure of the update process and force $result to be 1 (an error status). If the update was successful then $result is unchanged, which means if the build process had failed, then $result would still indicate failure. That didn't work due to the addition of the 'my', which masked the top-level $result. BUG: 330388wilder
parent
0498926d92
commit
064127f563
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue