Re: Possible Bug in command and type posix compliance

2019-04-05 Thread Michael S
.c and I'll add some additional logic to not add to the hash table in this case. Thanks, On Fri, Apr 5, 2019 at 11:00 AM Chet Ramey wrote: > On 4/5/19 2:28 AM, Michael S wrote: > > Hello, > > > > I believe I have found a bug when using the posix compliant bash. From &g

Possible Bug in command and type posix compliance

2019-04-04 Thread Michael S
Hello, I believe I have found a bug when using the posix compliant bash. From this page point 53 https://www.gnu.org/software/bash/manual/html_node/Bash-POSIX-Mode.html it states that type and command should not return a binary that is non executable. For most cases this is currently true and the