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

Update BinaryInstaller.php #11557

Merged
merged 1 commit into from
Jul 19, 2023
Merged

Update BinaryInstaller.php #11557

merged 1 commit into from
Jul 19, 2023

Commits on Jul 18, 2023

  1. Update BinaryInstaller.php

    https://github.com/composer/composer/blob/68b7a07187a62435e514324052d5a649b6662efb/src/Composer/Installer/BinaryInstaller.php#L404C4-L404C4
    
    Change `"\${dir}/$binFile" "\$@"`
    To `sh "\${dir}/$binFile" "\$@"`
    
    The file being referenced by `"\${dir}/$binFile" "\$@"` isn't always chmod +x so in situation like running in gitlab-ci workflows, it throwing a Permission Denied error.
    fr3nch13 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    dc38a41 View commit details
    Browse the repository at this point in the history