1
0
Fork 0

Revert "Allow executing binaries which are not marked executable via shell proxies (#11557)"

This reverts commit c1f2964105.
pull/11616/head
Jordi Boggiano 2023-09-01 13:50:20 +02:00
parent 9ab8ef5a71
commit 5fae76ce67
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ if [ -n "\$bashSource" ]; then
fi fi
fi fi
sh "\${dir}/$binFile" "\$@" "\${dir}/$binFile" "\$@"
PROXY; PROXY;
} }