Allow executing binaries which are not marked executable via shell proxies (#11557)
parent
82bc8cf94e
commit
c1f2964105
|
@ -401,7 +401,7 @@ if [ -n "\$bashSource" ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
"\${dir}/$binFile" "\$@"
|
||||
sh "\${dir}/$binFile" "\$@"
|
||||
|
||||
PROXY;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue