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

Remove erroneous backticks in linker flags #1861

Merged
merged 1 commit into from
Jun 29, 2018
Merged

Commits on Jun 29, 2018

  1. Remove erroneous backticks in linker flags

    When replacing the tag command with an environment variable, the
    surrounding backticks were not removed.
    
    This was not caught during testing because the script did not return
    a non-zero exit code, even though an error had occurred. Add a set
    line to prevent similar errors from going undetected in the future.
    zjs committed Jun 29, 2018
    Configuration menu
    Copy the full SHA
    825b8db View commit details
    Browse the repository at this point in the history