Skip to content

Commit

Permalink
Revert "Allow executing binaries which are not marked executable via …
Browse files Browse the repository at this point in the history
…shell proxies (#11557)"

This reverts commit c1f2964.
  • Loading branch information
Seldaek committed Sep 1, 2023
1 parent 9ab8ef5 commit 5fae76c
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 @@ -406,7 +406,7 @@ public function url_stat(\$path, \$flags)
fi
fi
sh "\${dir}/$binFile" "\$@"
"\${dir}/$binFile" "\$@"
PROXY;
}
Expand Down

0 comments on commit 5fae76c

Please sign in to comment.