bug#43541: minor bug in GNU coreutils 8.30: pwd --version doesn't work

2020-09-20 Thread Chris Elvidge
On 20/09/2020 09:49 pm, Nikolay wrote: GNU coreutils 8.30 $ pwd --version bash: pwd: --: invalid option pwd: usage: pwd [-LP] $ man pwd ... --version output version information and exit Try: /bin/pwd --version And: help pwd Is there a difference? -- Chris Elvidge

bug#43162: chgrp clears setgid even when group is not changed

2020-09-20 Thread Bob Proulx
Paul Eggert wrote: > Karl Berry wrote: > > I was on centos7. > > > > (I don't observe your problem on my Fedora 31 box, for example). > > > > Maybe there is hope for a future centos, then. Just another few data points... I was able to recreate this issue on a CentOS 7 system running in a t

bug#43541: minor bug in GNU coreutils 8.30: pwd --version doesn't work

2020-09-20 Thread Bob Proulx
tag 43541 + notabug close 43541 thanks Nikolay wrote: > GNU coreutils 8.30 Coreutils version 8.30. Gotcha. > $ pwd --version > bash: pwd: --: invalid option > pwd: usage: pwd [-LP] But that is not the GNU Coreutils pwd program. That is the shell builtin pwd. In this case it is bash. And bas

bug#43541: minor bug in GNU coreutils 8.30: pwd --version doesn't work

2020-09-20 Thread Nikolay
GNU coreutils 8.30 $ pwd --version bash: pwd: --: invalid option pwd: usage: pwd [-LP] $ man pwd ... --version   output version information and exit