Revert "Allow executing binaries which are not marked executable via shell proxies (#11557)"
This reverts commit c1f2964105
.
pull/11616/head
parent
9ab8ef5a71
commit
5fae76ce67
|
@ -406,7 +406,7 @@ if [ -n "\$bashSource" ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sh "\${dir}/$binFile" "\$@"
|
"\${dir}/$binFile" "\$@"
|
||||||
|
|
||||||
PROXY;
|
PROXY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue