Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Process] Fixed a problem on RHEL5 where the exit code was incorrect #4970

Merged
merged 1 commit into from
Jul 19, 2012

Commits on Jul 18, 2012

  1. [Process] Fixed a problem on RHEL5 where the exit code was incorrect

    RHEL5 will intermittently result in an exit code of -1 [1] due to
    proc_get_status() being called after the process has completed
    but outside of updateStatus() which saves the exit code.
    
    [1]: composer/composer#876
    cs278 committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    310c458 View commit details
    Browse the repository at this point in the history