bug#79034: id -nG not working nor id USERNAME
Pádraig Brady <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 16/07/2025 11:22, Michael Colvin wrote: > [image: image.png] > Hope this helps.... So `id` is behaving like `id --help`. That suggests the getopt_long() used on your system is returning CHAR_MIN-2 always. thanks, Padraig.