From 5fae76ce677f1ce2d28d38c00ae6c019ef007ae4 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 1 Sep 2023 13:50:20 +0200 Subject: [PATCH] Revert "Allow executing binaries which are not marked executable via shell proxies (#11557)" This reverts commit c1f2964105f75d2123783b1a649d6c0260316785. --- src/Composer/Installer/BinaryInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Installer/BinaryInstaller.php b/src/Composer/Installer/BinaryInstaller.php index 91479bf58..e33a5061c 100644 --- a/src/Composer/Installer/BinaryInstaller.php +++ b/src/Composer/Installer/BinaryInstaller.php @@ -406,7 +406,7 @@ if [ -n "\$bashSource" ]; then fi fi -sh "\${dir}/$binFile" "\$@" +"\${dir}/$binFile" "\$@" PROXY; }