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

Silent version checks #413

Merged
merged 1 commit into from
Mar 7, 2019
Merged

Silent version checks #413

merged 1 commit into from
Mar 7, 2019

Commits on Mar 6, 2019

  1. Silent version checks

    Silence output to stderr if there is no language support installed.
    Most of the version checks already redirect stderr to /dev/null but some
    of them merge stdout and stderr due to historical reasons. In this case
    check whether a binary is available before trying to execute it.
    
    This makes sure that "make" output does not contain unexpected messages
    like
    
        /bin/bash: python2 not found
        /bin/bash: php not found
    ilammy committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    fe7f85e View commit details
    Browse the repository at this point in the history