1
0
Fork 0

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

pull/11554/head
Brian French 2023-07-19 08:38:21 -07:00 committed by GitHub
parent 82bc8cf94e
commit c1f2964105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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