Skip to content

Commit

Permalink
Allow executing binaries which are not marked executable via shell pr…
Browse files Browse the repository at this point in the history
…oxies (#11557)
  • Loading branch information
fr3nch13 committed Jul 19, 2023
1 parent 82bc8cf commit c1f2964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Composer/Installer/BinaryInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public function url_stat(\$path, \$flags)
fi
fi
"\${dir}/$binFile" "\$@"
sh "\${dir}/$binFile" "\$@"
PROXY;
}
Expand Down

0 comments on commit c1f2964

Please sign in to comment.