On 2/22/23 9:33 AM, Andreas Schwab wrote:
According to
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chmod.html
the symbolic mode can contain more than one action concatenated, for
example "g+r-x", which is the same as "g+r,g-x".
The version of umask in the devel branch should be f
According to
https://pubs.opengroup.org/onlinepubs/9699919799/utilities/chmod.html
the symbolic mode can contain more than one action concatenated, for
example "g+r-x", which is the same as "g+r,g-x".
--
Andreas Schwab, SUSE Labs, sch...@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 174
On Tue, Feb 21, 2023 at 2:58 PM bill-auger wrote:
>
> the bottom of the ${BASH_LINENO[*]} stack is always '0'; and the
> array never contains the line number of the actual call site, as
> ${LINENO} does - is that expected behavior?
>
> im not sure if this is a bug or not - it seems like a bug to m