>>>>> On Fri, 8 Jun 2018, Michał Górny wrote:
> (
> + insopts
> insinto "$(_bash-completion-r1_get_bashcompdir)"
> doins "${@}"
> )I wonder about these empty insopts commands. According to the spec: "When called with no arguments, resets the option list [for the install command] to empty." Now the default permission mode of install(1) is rwxr-xr-x or 0755, which is not what you want. So I think you should do an explicit insopts -m 0644 here. Similarly, exeopts -m 0755 in other commits (because IMHO it would improve readability). Ulrich
pgpckHT7DDFxS.pgp
Description: PGP signature
